public class TestMethodWorker extends Object implements IWorker<ITestNGMethod>
Constructor and Description |
---|
TestMethodWorker(IInvoker invoker,
List<IMethodInstance> testMethods,
XmlSuite suite,
Map<String,String> parameters,
ConfigurationGroupMethods groupMethods,
ClassMethodMap classMethodMap,
ITestContext testContext,
List<IClassListener> listeners) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IWorker<ITestNGMethod> other) |
int |
getPriority()
The priority of a worker is the priority of the first method it's going to run.
|
List<ITestNGMethod> |
getTasks() |
List<ITestResult> |
getTestResults() |
long |
getTimeOut()
Retrieves the maximum specified timeout of all ITestNGMethods to
be run.
|
protected int |
indexOf(ITestNGMethod tm,
ITestNGMethod[] allTestMethods) |
protected void |
invokeAfterClassMethods(ITestClass testClass,
IMethodInstance mi)
Invoke the @AfterClass methods if not done already
|
protected void |
invokeBeforeClassMethods(ITestClass testClass,
IMethodInstance mi)
Invoke the @BeforeClass methods if not done already
|
protected void |
invokeTestMethods(ITestNGMethod tm,
Object instance,
ITestContext testContext) |
void |
run()
Run all the ITestNGMethods passed in through the constructor.
|
String |
toString() |
public TestMethodWorker(IInvoker invoker, List<IMethodInstance> testMethods, XmlSuite suite, Map<String,String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, List<IClassListener> listeners)
public long getTimeOut()
getTimeOut
in interface IWorker<ITestNGMethod>
public void run()
run
in interface Runnable
Runnable.run()
protected void invokeTestMethods(ITestNGMethod tm, Object instance, ITestContext testContext)
protected void invokeBeforeClassMethods(ITestClass testClass, IMethodInstance mi)
testClass
- mi
- protected void invokeAfterClassMethods(ITestClass testClass, IMethodInstance mi)
testClass
- mi
- protected int indexOf(ITestNGMethod tm, ITestNGMethod[] allTestMethods)
public List<ITestResult> getTestResults()
public List<ITestNGMethod> getTasks()
getTasks
in interface IWorker<ITestNGMethod>
public int compareTo(IWorker<ITestNGMethod> other)
compareTo
in interface Comparable<IWorker<ITestNGMethod>>
public int getPriority()
getPriority
in interface IWorker<ITestNGMethod>
Copyright © 2024. All rights reserved.