Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/testng195/
DAfterMethodTest.java13 TestNG tng = create(AfterMethodSampleTest.class); in testContextShouldBeInitialized()
15 Assert.assertTrue(AfterMethodSampleTest.m_success); in testContextShouldBeInitialized()
DAfterMethodSampleTest.java11 public class AfterMethodSampleTest { class