java.lang.Comparable<ITestNGMethod>, java.lang.Runnable, IWorker<ITestNGMethod>public class TestMethodWorker extends java.lang.Object implements IWorker<ITestNGMethod>
| Constructor | Description |
|---|---|
TestMethodWorker(IInvoker invoker,
java.util.List<IMethodInstance> testMethods,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
ConfigurationGroupMethods groupMethods,
ClassMethodMap classMethodMap,
ITestContext testContext,
java.util.List<IClassListener> listeners) |
| Modifier and Type | Method | 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.
|
java.util.List<ITestNGMethod> |
getTasks() |
|
java.util.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,
java.lang.Object instance,
ITestContext testContext) |
|
void |
run() |
Run all the ITestNGMethods passed in through the constructor.
|
java.lang.String |
toString() |
public TestMethodWorker(IInvoker invoker, java.util.List<IMethodInstance> testMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, java.util.List<IClassListener> listeners)
public long getTimeOut()
getTimeOut in interface IWorker<ITestNGMethod>public java.lang.String toString()
toString in class java.lang.Objectpublic void run()
run in interface java.lang.RunnableRunnable.run()protected void invokeTestMethods(ITestNGMethod tm, java.lang.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 java.util.List<ITestResult> getTestResults()
public java.util.List<ITestNGMethod> getTasks()
getTasks in interface IWorker<ITestNGMethod>public int compareTo(IWorker<ITestNGMethod> other)
compareTo in interface java.lang.Comparable<ITestNGMethod>public int getPriority()
getPriority in interface IWorker<ITestNGMethod>