#394-Xunit-tests-for-roomBookingMockup #430
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!430
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#394-Xunit-tests-for-roomBookingMockup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unit tests have been written for the BookingGenerator class, to the extent that is deemed possible.
xUnit test is good and follows the testing guideline for a unit tests for back end data components testing for given sizes and null values and negative values/below minimum value. Code strucutre is good and well commented and tests succed when running on Linux.
Can't see any max value test, minimum test or above max value test, this is should be added as it is standard unit test practice before being merged in. If these don't exists due to the current code make sure to create a new issue to fix this in the future and then merge in
The review has been conducted in a good way, this will be merged in.