NickPriv / FryRankBackend

A back-end Java application allowing users to create and view reviews for french fries at restaurants
https://fryrank.oxyserver.com
0 stars 0 forks source link

Add validator tests #64

Closed oxyflush closed 2 months ago

oxyflush commented 2 months ago

This commit splits out some of the validator-specific logic into its own unit tests since it makes more sense for validator-specific unit tests to do tests on the validator implementation details itself.