Package org.testng.internal
Class SingleTestMethodWorker
- java.lang.Object
-
- org.testng.internal.TestMethodWorker
-
- org.testng.internal.SingleTestMethodWorker
-
- All Implemented Interfaces:
java.lang.Comparable<IWorker<ITestNGMethod>>
,java.lang.Runnable
,IWorker<ITestNGMethod>
class SingleTestMethodWorker extends TestMethodWorker
ExtendsTestMethodWorker
and is used to work on only a single method instance
-
-
Field Summary
Fields Modifier and Type Field Description private static ConfigurationGroupMethods
EMPTY_GROUP_METHODS
-
Constructor Summary
Constructors Constructor Description SingleTestMethodWorker(TestInvoker testInvoker, ConfigInvoker configInvoker, IMethodInstance testMethod, java.util.Map<java.lang.String,java.lang.String> parameters, ITestContext testContext, java.util.List<IClassListener> listeners)
-
Method Summary
-
Methods inherited from class org.testng.internal.TestMethodWorker
compareTo, completed, getCurrentThreadId, getPriority, getTasks, getTestResults, getTimeOut, indexOf, invokeAfterClassMethods, invokeBeforeClassMethods, invokeTestMethods, run, setThreadIdToRunOn, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.testng.thread.IWorker
getThreadIdToRunOn
-
-
-
-
Field Detail
-
EMPTY_GROUP_METHODS
private static final ConfigurationGroupMethods EMPTY_GROUP_METHODS
-
-
Constructor Detail
-
SingleTestMethodWorker
public SingleTestMethodWorker(TestInvoker testInvoker, ConfigInvoker configInvoker, IMethodInstance testMethod, java.util.Map<java.lang.String,java.lang.String> parameters, ITestContext testContext, java.util.List<IClassListener> listeners)
-
-