Searched refs:m_beforeTestMethod (Results 1 – 2 of 2) sorted by relevance
22 private boolean m_beforeTestMethod = false; field in ConfigurationAndDataProvidersTest29 Assert.assertFalse(m_beforeTestMethod, "beforeMethod should not have been invoked"); in createData()59 m_beforeTestMethod = true; in setUp()
20 private boolean m_beforeTestMethod = false; field in ConfigurationAnnotation72 m_beforeTestMethod = beforeTestMethod; in setBeforeTestMethod()96 return m_beforeTestMethod; in getBeforeTestMethod()