com.jcorporate.expresso.ext.controller
Class RunTestThread
java.lang.Object
java.lang.Thread
com.jcorporate.expresso.core.registry.ExpressoThread
com.jcorporate.expresso.ext.controller.RunTestThread
- All Implemented Interfaces:
- Runnable
- public class RunTestThread
- extends com.jcorporate.expresso.core.registry.ExpressoThread
RunTestThread is a single thread that runs a specified test set a given number
of times.
- Author:
- Michael Nash
| Methods inherited from class com.jcorporate.expresso.core.registry.ExpressoThread |
getThreadContext |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
RunTestThread
public RunTestThread()
setTests
public void setTests(Vector newSet)
getResults
public PerfTestResult getResults()
setRepeats
public void setRepeats(int newRepeats)
setThreadNumber
public void setThreadNumber(int newNumber)
getThreadNumber
public int getThreadNumber()
setDBName
public void setDBName(String newDBName)
run
public void run()
Please see www.jcorporate.com for information about new Expresso releases.