Home
last modified time | relevance | path

Searched refs:m_beforeTestClassSuccess (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/test/java/test/alwaysrun/
DAlwaysRunBefore1.java20 private static boolean m_beforeTestClassSuccess = false; field in AlwaysRunBefore1
35 m_beforeTestClassSuccess = true; in initTestClass()
47 Assert.assertTrue(m_beforeTestClassSuccess); in foo()
53 m_beforeTestClassSuccess && m_beforeTestMethodSuccess; in success()