Searched refs:m_beforeCount (Results 1 – 5 of 5) sorted by relevance
8 private int m_beforeCount = 0; field in MyListener31 m_beforeCount++; in beforeInvocation()35 return m_beforeCount; in getBeforeCount()
7 public static int m_beforeCount = 0; field in BaseBefore12 m_beforeCount++; in incrementBefore()
10 Assert.assertEquals(m_beforeCount, 1); in verify()
25 BaseBefore.m_beforeCount = 0; in afterTest()