You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, most of the test methods in the sample solution are named like the methods they test, e.g., we have a test method getAllBooks() for testing a controller method getAllBooks().
Something more in line with user requirements, such as endpointShouldReturnAListOfBooks would be more explicit and contribute to a more test-driven approach as well as more explicitly document the desired behaviour.
The text was updated successfully, but these errors were encountered:
Currently, most of the test methods in the sample solution are named like the methods they test, e.g., we have a test method
getAllBooks()
for testing a controller methodgetAllBooks()
.Something more in line with user requirements, such as
endpointShouldReturnAListOfBooks
would be more explicit and contribute to a more test-driven approach as well as more explicitly document the desired behaviour.The text was updated successfully, but these errors were encountered: