elvyssoares

DurationValidatorTest - Refactored - Simplified

Jun 6th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. Boolean b = System.getBoolean();
  2. @Test
  3. public void test(){
  4.     assertTrue(b);
  5.     Class c = new Class(); 
  6.     assertTrue(c.getA());
  7. }
Advertisement
Add Comment
Please, Sign In to add comment