Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Test
- void returnsASetOfErrorsForAnObject() throws Exception {
- if ("en".equals(Locale.getDefault().getLanguage())) {
- ...
- assertThat(errors)
- .containsOnly("outOfRange must be between 10 and 30 MINUTES");
- }
- }
Add Comment
Please, Sign In to add comment