Searched refs:getThreadPoolSize (Results 1 – 9 of 9) sorted by relevance
109 setThreadPoolSize(testAnnotation.getThreadPoolSize()); in init()151 public int getThreadPoolSize() { in getThreadPoolSize() method in TestNGMethod193 clone.setThreadPoolSize(getThreadPoolSize()); in clone()
168 public int getThreadPoolSize() { in getThreadPoolSize() method in ClonedMethod169 return m_method.getThreadPoolSize(); in getThreadPoolSize()
1048 if (testMethod.getInvocationCount() > 1 && testMethod.getThreadPoolSize() > 1) { in invokeTestMethods()1054 boolean onlyOne = testMethod.getThreadPoolSize() > 1 || in invokeTestMethods()1331 return runWorkers(testMethod, workers, testMethod.getThreadPoolSize(), groupMethods, suite, in invokePooledTestMethods()
617 public int getThreadPoolSize() { in getThreadPoolSize() method in BaseTestMethod
25 public int getThreadPoolSize(); in getThreadPoolSize() method
204 int getThreadPoolSize(); in getThreadPoolSize() method
120 public int getThreadPoolSize() { in getThreadPoolSize() method in TestAnnotation
451 public int getThreadPoolSize() { in getThreadPoolSize() method in MethodInstanceTest.TestNGMethodStub
44 Assert.assertEquals(test1.getThreadPoolSize(), 3); in verifyTestClassLevel()