Skip to content

Derwinbell completed tdd-lab-design-your-own-object#4

Open
djbell261 wants to merge 2 commits intocode-differently:mainfrom
djbell261:derwinbell
Open

Derwinbell completed tdd-lab-design-your-own-object#4
djbell261 wants to merge 2 commits intocode-differently:mainfrom
djbell261:derwinbell

Conversation

@djbell261
Copy link
Copy Markdown

I chose a Library System, because it was interesting
my JaCoCo Coverage is 91

@HeirJordan3
Copy link
Copy Markdown
Collaborator

HeirJordan3 commented Mar 13, 2026

Your code runs and the tests provided appear to work, so technically this submission is functional. You also created a class with five fields, included constructor validation, and added custom methods.

However, there are several assignment requirement issues:
• Your class was created inside object.example.derwinbell. The assignment specifically said not to modify the object.example package and to create your work inside your own package.
• The assignment requires getters and setters for all fields, but this class only has getters.
• Your tests do not fully cover all required behaviors. For example, returnBook() is not tested.
• The assignment also asked for tests covering all getters/setters and for the AAA pattern to be visible in every test.

Please make sure future submissions follow the package directions exactly and fully match all listed lab requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants