Searched refs:isAfterMethodConfiguration (Results 1 – 14 of 14) sorted by relevance
65 Assert.assertFalse(beforeSuite.getTestMethod().isAfterMethodConfiguration()); in sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps()68 Assert.assertTrue(after1.getTestMethod().isAfterMethodConfiguration()); in sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps()71 Assert.assertTrue(after2.getTestMethod().isAfterMethodConfiguration()); in sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps()
35 method.getTestMethod().isAfterMethodConfiguration() || in afterInvocation()
54 m_testMethod.isAfterMethodConfiguration() || in isConfigurationMethod()
279 public boolean isAfterMethodConfiguration() { in isAfterMethodConfiguration() method in ConfigurationMethod422 isAfterMethodConfiguration(), in clone()
203 public boolean isAfterMethodConfiguration() { in isAfterMethodConfiguration() method in ClonedMethod
304 public boolean isAfterMethodConfiguration() { in isAfterMethodConfiguration() method in BaseTestMethod
684 else if(method.isAfterMethodConfiguration()) { in detailedMethodName()
115 boolean isAfterMethodConfiguration(); in isAfterMethodConfiguration() method
63 } else if (m.isAfterMethodConfiguration()) { in getContent()
362 if(method.isAfterMethodConfiguration()) { in annotationValue()
287 } else if (method.isAfterMethodConfiguration()) { in getMethodDeclaration()
52 if (tr.getMethod().isAfterMethodConfiguration()) { in generateReport()
402 boolean tearDown = tm.isAfterMethodConfiguration(); in generateMethodsChronologically()
350 public boolean isAfterMethodConfiguration() { in isAfterMethodConfiguration() method in MethodInstanceTest.TestNGMethodStub