|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
edu.cornell.cs.sam.utils.SamThread
edu.cornell.cs.sam.ui.TestScript.TestThread
public static class TestScript.TestThread
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.cornell.cs.sam.utils.SamThread |
---|
SamThread.ThreadParent |
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
protected Processor |
proc
|
protected Sys |
sys
|
protected java.util.List<? extends TestScript.Test> |
tests
|
static int |
THREAD_TEST_COMPLETED
|
Fields inherited from class edu.cornell.cs.sam.utils.SamThread |
---|
THREAD_EXCEPTION, THREAD_EXIT_OK, THREAD_INTERRUPTED |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
TestScript.TestThread(SamThread.ThreadParent parent,
Sys sys,
java.util.List<? extends TestScript.Test> tests)
|
Method Summary | |
---|---|
void |
execute()
The main method used to execute one step. |
Sys |
getSys()
|
java.util.List<? extends TestScript.Test> |
getTests()
|
void |
setTests(java.util.List<? extends TestScript.Test> tests)
|
Methods inherited from class edu.cornell.cs.sam.utils.SamThread |
---|
getParent, interrupt, interruptRequested, run, setParent |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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 |
Field Detail |
---|
protected Processor proc
protected Sys sys
protected java.util.List<? extends TestScript.Test> tests
public static final int THREAD_TEST_COMPLETED
Constructor Detail |
---|
public TestScript.TestThread(SamThread.ThreadParent parent, Sys sys, java.util.List<? extends TestScript.Test> tests)
Method Detail |
---|
public void setTests(java.util.List<? extends TestScript.Test> tests)
public java.util.List<? extends TestScript.Test> getTests()
public Sys getSys()
public void execute() throws TestScript.TestScriptException
SamThread
execute
in class SamThread
TestScript.TestScriptException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |