Searched refs:isBeforeTestConfiguration (Results 1 – 13 of 13) sorted by relevance
36 method.getTestMethod().isBeforeTestConfiguration() || in afterInvocation()
55 m_testMethod.isBeforeTestConfiguration() || in isConfigurationMethod()
315 public boolean isBeforeTestConfiguration() { in isBeforeTestConfiguration() method in ConfigurationMethod417 isBeforeTestConfiguration(), in clone()
243 public boolean isBeforeTestConfiguration() { in isBeforeTestConfiguration() method in ClonedMethod
283 || m.isBeforeTestConfiguration(); in sortMethods()
248 public boolean isBeforeTestConfiguration() { in isBeforeTestConfiguration() method in BaseTestMethod
672 else if(method.isBeforeTestConfiguration()) { in detailedMethodName()
144 boolean isBeforeTestConfiguration(); in isBeforeTestConfiguration() method
53 } else if (m.isBeforeTestConfiguration()) { in getContent()
350 if(method.isBeforeTestConfiguration()) { in annotationValue()
279 } else if (method.isBeforeTestConfiguration()) { in getMethodDeclaration()
395 boolean bt = tm.isBeforeTestConfiguration(); in generateMethodsChronologically()
375 public boolean isBeforeTestConfiguration() { in isBeforeTestConfiguration() method in MethodInstanceTest.TestNGMethodStub