Searched refs:InjectBeforeAndAfterMethodsWithTestResultSampleTest (Results 1 – 2 of 2) sorted by relevance
13 TestNG tng = create(InjectBeforeAndAfterMethodsWithTestResultSampleTest.class); in verifyTestResultInjection()16 Assert.assertEquals(0, InjectBeforeAndAfterMethodsWithTestResultSampleTest.m_success); in verifyTestResultInjection()
13 public class InjectBeforeAndAfterMethodsWithTestResultSampleTest { class