Searched refs:s_afterMethod (Results 1 – 2 of 2) sorted by relevance
13 public static boolean s_afterMethod; field in ExternalConfigurationClass24 s_afterMethod = false; in cleanUp()41 assertTrue(s_afterMethod, "afterTestMethod should have been run"); in afterTest()49 assertTrue(s_afterMethod, "afterTestMethod should have been run"); in afterSuite()
57 … assertFalse(ExternalConfigurationClass.s_afterMethod, "afterTestMethod shouldn't have been run"); in afterMethod()61 ExternalConfigurationClass.s_afterMethod = true; in afterMethod()66 assertTrue(ExternalConfigurationClass.s_afterMethod, "afterTestMethod should have been run"); in afterClass()