Searched refs:getTestMethod (Results 1 – 12 of 12) sorted by relevance
23 String methodName = method.getTestMethod().getMethodName(); in afterInvocation()31 if (method.getTestMethod().isTest()) { in afterInvocation()34 if (method.getTestMethod().isBeforeMethodConfiguration() || in afterInvocation()35 method.getTestMethod().isAfterMethodConfiguration() || in afterInvocation()36 method.getTestMethod().isBeforeTestConfiguration() || in afterInvocation()37 method.getTestMethod().isAfterTestConfiguration() || in afterInvocation()38 method.getTestMethod().isBeforeClassConfiguration() || in afterInvocation()39 method.getTestMethod().isAfterClassConfiguration() || in afterInvocation()40 method.getTestMethod().isBeforeSuiteConfiguration() || in afterInvocation()41 method.getTestMethod().isAfterSuiteConfiguration()) { in afterInvocation()
65 Assert.assertFalse(beforeSuite.getTestMethod().isAfterMethodConfiguration()); in sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps()68 Assert.assertTrue(after1.getTestMethod().isAfterMethodConfiguration()); in sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps()71 Assert.assertTrue(after2.getTestMethod().isAfterMethodConfiguration()); in sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps()134 Assert.assertEquals(m.get(0).getTestMethod().getMethodName(), "someMethod1"); in assertIssue87()135 Assert.assertEquals(m.get(1).getTestMethod().getMethodName(), "someMethod3"); in assertIssue87()136 Assert.assertEquals(m.get(2).getTestMethod().getMethodName(), "someTest"); in assertIssue87()
19 if (method.getTestMethod().isAfterSuiteConfiguration()) { in afterInvocation()23 if (method.getTestMethod().isTest()) { in afterInvocation()
21 invokedMethodNames.add(method.getTestMethod().getConstructorOrMethod().getName()); in beforeInvocation()28 failedMethodNames.add(method.getTestMethod().getConstructorOrMethod().getName()); in afterInvocation()31 skippedMethodNames.add(method.getTestMethod().getConstructorOrMethod().getName()); in afterInvocation()34 succeedMethodNames.add(method.getTestMethod().getConstructorOrMethod().getName()); in afterInvocation()
23 public abstract ITestNGMethod getTestMethod(); in getTestMethod() method
1526 ITestNGMethod tm= im.getTestMethod(); in getInvokedMethods()
17 invokedMethods.add(method.getTestMethod().getMethodName()); in beforeInvocation()
27 String stringValue = method.getTestMethod().getMethodName(); in increments()
67 public ITestNGMethod getTestMethod() { in getTestMethod() method in InvokedMethod
45 ITestNGMethod m = im.getTestMethod(); in getContent()
366 return m1.getTestMethod().getMethodName().compareTo(m2.getTestMethod().getMethodName()); in generateMethodsChronologically()375 ITestNGMethod tm = iim.getTestMethod(); in generateMethodsChronologically()
319 if (tests.getAllMethods().contains(im.getTestMethod())) { in getMethodSet()328 result.add(m.getTestMethod()); in getMethodSet()