class SingleTestMethodWorker extends TestMethodWorker
TestMethodWorker
and is used to work on only a single method
instanceModifier and Type | Field and Description |
---|---|
private static ConfigurationGroupMethods |
EMPTY_GROUP_METHODS |
Constructor and Description |
---|
SingleTestMethodWorker(IInvoker invoker,
IMethodInstance testMethod,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
ITestContext testContext,
java.util.List<IClassListener> listeners) |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<IMethodInstance> |
asList(IMethodInstance testMethod) |
compareTo, getPriority, getTasks, getTestResults, getTimeOut, indexOf, invokeAfterClassMethods, invokeBeforeClassMethods, invokeTestMethods, run, toString
private static final ConfigurationGroupMethods EMPTY_GROUP_METHODS
public SingleTestMethodWorker(IInvoker invoker, IMethodInstance testMethod, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestContext testContext, java.util.List<IClassListener> listeners)
private static java.util.List<IMethodInstance> asList(IMethodInstance testMethod)