|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rice.cs.cunit.ACUnitRun
edu.rice.cs.cunit.TCRun
public class TCRun
Execute a Java program by loading it with the InstrumentingClassLoader and running the Thread Checker.
Field Summary | |
---|---|
protected static java.lang.String |
OPTIONS_FORMAT_TCRUN
String with syntax description for TCRun. |
Fields inherited from class edu.rice.cs.cunit.ACUnitRun |
---|
_className, _instrumentorClassName, _makeBackups, _noSaveInstrumented, _parameters, _progArgs, OPTIONS_FORMAT |
Constructor Summary | |
---|---|
TCRun()
|
Method Summary | |
---|---|
java.lang.String |
getDefaultInstrumentorName()
Abstract method deciding what instrumentor to run by default. |
protected static void |
help(java.io.PrintStream out)
Print a help message to the specified stream. |
static void |
main(java.lang.String[] args)
Static main method. |
protected void |
readArgs(java.lang.String[] args)
Read the command line arguments or ask for them in a dialog. |
Methods inherited from class edu.rice.cs.cunit.ACUnitRun |
---|
run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String OPTIONS_FORMAT_TCRUN
Constructor Detail |
---|
public TCRun()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- command line argumentsprotected static void help(java.io.PrintStream out)
out
- output streamprotected void readArgs(java.lang.String[] args)
readArgs
in class ACUnitRun
args
- command line argumentspublic java.lang.String getDefaultInstrumentorName()
ACUnitRun
getDefaultInstrumentorName
in class ACUnitRun
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |