elvyssoares

DurationValidatorTest - Original - Simplified

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