Searched refs:getAllTestMethods (Results 1 – 15 of 15) sorted by relevance
13 ITestNGMethod[] allMethods = tc.getAllTestMethods(); in f()
24 oos.writeObject(context.getAllTestMethods()[0]); in testngMethodShouldBeSerializable()
24 ITestNGMethod[] methods = m_context.getAllTestMethods(); in mainTest()
24 ITestNGMethod method = tla.getTestContexts().get(0).getAllTestMethods()[0]; in testInvocationCounterIsCorrectForMethodWithDataProvider()
88 public ITestNGMethod[] getAllTestMethods(); in getAllTestMethods() method
63 protected ITestNGMethod[] getAllTestMethods() { in getAllTestMethods() method in TestListenerAdapter
183 m_allTestMethods.addAll(Arrays.asList(tr.getAllTestMethods())); in init()459 ITestNGMethod[] methods = tr.getAllTestMethods(); in getMethodsByGroups()
1318 public ITestNGMethod[] getAllTestMethods() { in getAllTestMethods() method in TestRunner
124 MethodHelper.getMethodsDependedUpon(method, context.getAllTestMethods()); in generateXmlTest()143 for (ITestNGMethod m : context.getAllTestMethods()) { in generateXmlTest()
114 …log("RUNNING: Suite: \"" + suiteName + "\" containing \"" + ctx.getAllTestMethods().length + "\" T… in onStart()142 sb.append(" Tests run: ").append(Utils.calculateInvokedMethodCount(getAllTestMethods())); in logResults()
107 logBuf.append(" Tests run: ").append(Utils.calculateInvokedMethodCount(getAllTestMethods())) in logResults()
194 for (ITestNGMethod m : context.getAllTestMethods()) { in getPackages()
577 ITestNGMethod[] methods = sr.getTestContext().getAllTestMethods(); in generateTableOfContents()
44 testContext.getAllTestMethods().length, in TestMessage()
1031 final String okToProceed = checkDependencies(testMethod, testContext.getAllTestMethods()); in invokeTestMethods()1498 m_testContext.getAllTestMethods(), in checkDependencies()