Expresso 5-6

com.jcorporate.expresso.ext.controller
Class RunTestThread

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.jcorporate.expresso.core.registry.ExpressoThread
          extended bycom.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

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RunTestThread()
           
 
Method Summary
 PerfTestResult getResults()
           
 int getThreadNumber()
           
 void run()
           
 void setDBName(String newDBName)
           
 void setRepeats(int newRepeats)
           
 void setTests(Vector newSet)
           
 void setThreadNumber(int newNumber)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunTestThread

public RunTestThread()
Method Detail

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()

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.