Searched refs:s_beforeMethod (Results 1 – 2 of 2) sorted by relevance
17 public static boolean s_beforeMethod; field in MethodCallOrderTest24 assertFalse(s_beforeMethod); in beforeClass()34 s_beforeMethod = false; in cleanUp()43 assertFalse(s_beforeMethod); in beforeMethod()44 s_beforeMethod = true; in beforeMethod()52 assertTrue(s_beforeMethod); in realTest()
34 assertFalse(MethodCallOrderTest.s_beforeMethod); in beforeTest()