Class SuiteRunnerWorker
java.lang.Object
org.testng.SuiteRunnerWorker
-
Constructor Summary
ConstructorsConstructorDescriptionSuiteRunnerWorker(ISuite suiteRunner, SuiteRunnerMap suiteRunnerMap, int verbose, String defaultSuiteName) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IWorker
completed, getCurrentThreadId, getThreadIdToRunOn, setThreadIdToRunOn
-
Constructor Details
-
SuiteRunnerWorker
public SuiteRunnerWorker(ISuite suiteRunner, SuiteRunnerMap suiteRunnerMap, int verbose, String defaultSuiteName)
-
-
Method Details
-
run
-
compareTo
-
getTasks
-
toString
-
getTimeOut
public long getTimeOut()- Specified by:
getTimeOutin interfaceIWorker<ISuite>- Returns:
- the maximum time allowed for the worker to complete the task.
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceIWorker<ISuite>- Returns:
- the priority of this task.
-