Testing
#26 - Create Rental Order - Part 2
Domain Model Validation Tests
This video is about adding validation tests for the new domain model of rental orders
- create validation test for
OrderandOrderLine - check on
@PresentOrFuture - talk about flakiness with
LocalDateTime.now()in test cases