Uses of Interface
org.testng.internal.thread.graph.IWorker
-
Packages that use IWorker Package Description org.testng org.testng.internal org.testng.internal.thread.graph -
-
Uses of IWorker in org.testng
Classes in org.testng that implement IWorker Modifier and Type Class Description classSuiteRunnerWorkerAnIWorkerthat is used to encapsulate and run Suite RunnersMethods in org.testng that return types with arguments of type IWorker Modifier and Type Method Description java.util.List<IWorker<ITestNGMethod>>TestRunner. createWorkers(java.util.List<ITestNGMethod> methods)Create a list of workers to run the methods passed in parameter.Methods in org.testng with parameters of type IWorker Modifier and Type Method Description intSuiteRunnerWorker. compareTo(IWorker<ISuite> arg0) -
Uses of IWorker in org.testng.internal
Classes in org.testng.internal that implement IWorker Modifier and Type Class Description classTestMethodWorkerFIXME: reduce contention when this class is used through parallel invocation due to invocationCount and threadPoolSize by not invoking the @BeforeClass and @AfterClass which are already invoked on the original method.Methods in org.testng.internal that return types with arguments of type IWorker Modifier and Type Method Description abstract java.util.List<IWorker<ITestNGMethod>>AbstractParallelWorker. createWorkers(AbstractParallelWorker.Arguments arguments)Methods in org.testng.internal with parameters of type IWorker Modifier and Type Method Description intTestMethodWorker. compareTo(IWorker<ITestNGMethod> other) -
Uses of IWorker in org.testng.internal.thread.graph
Methods in org.testng.internal.thread.graph that return types with arguments of type IWorker Modifier and Type Method Description java.util.List<IWorker<T>>IThreadWorkerFactory. createWorkers(java.util.List<T> freeNodes)CreatesIWorkerfor specified set of tasks.java.util.List<IWorker<ISuite>>SuiteWorkerFactory. createWorkers(java.util.List<ISuite> suites)For each suite, creates aSuiteRunnerWorker
-