Searched refs:beforeTestAlwaysCount (Results 1 – 2 of 2) sorted by relevance
8 static int beforeTestAlwaysCount = 0; field in TestBase17 beforeTestAlwaysCount++; in baseTestBeforeTestAlways()
24 TestBase.beforeTestAlwaysCount = 0; in BeforeTestShouldRunOnce()27 Assert.assertEquals(TestBase.beforeTestAlwaysCount, 1); in BeforeTestShouldRunOnce()