Skip to content
#

reading

Here are 387 public repositories matching this topic...

mouse-reeve
mouse-reeve commented Nov 6, 2020

Describe the bug
Right now, a user can set any arbitrary date, past or future for the start and finish dates of a ReadThrough. I think future dates are fine, but that it ought to prevent you from setting the finish date as earlier than the start date.

Expected behavior
The form should reject invalid dates and show error text on the page. Ideally it would check the dates before form

book-project
knjk04
knjk04 commented Nov 4, 2020

The following methods/functionality need to be tested:

  • Test that findById() successfully returns the correct CustomShelf when a valid ID is passed in
  • A null pointer exception is thrown if a null CustomShelf is pased into delete()
  • A custom shelf can be successfully deleted
  • findAll() gets all custom shelves
  • findAll(String shelfName) returns a list of all custom shelves if

Improve this page

Add a description, image, and links to the reading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reading topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.