Searched refs:AfterMethodSampleTest (Results 1 – 2 of 2) sorted by relevance
13 TestNG tng = create(AfterMethodSampleTest.class); in testContextShouldBeInitialized()15 Assert.assertTrue(AfterMethodSampleTest.m_success); in testContextShouldBeInitialized()
11 public class AfterMethodSampleTest { class