|
|||||||||
| Home >> All >> jreversepro >> [ tester overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jreversepro.tester
Class TestContext

java.lang.Objectjreversepro.tester.TestContext
- public class TestContext
- extends java.lang.Object
keep some config information for the test cases
| Field Summary | |
private java.lang.String |
compiledir
|
private java.lang.String |
testclassdir
|
| Constructor Summary | |
TestContext(java.lang.String testclassdir,
java.lang.String compiledir)
Creates a new TestContext instance. |
|
| Method Summary | |
java.lang.String |
getCompileDir()
get our compile directory |
java.lang.String |
getTestClassDir()
return the directory the test class files are in |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
testclassdir
private java.lang.String testclassdir
compiledir
private java.lang.String compiledir
| Constructor Detail |
TestContext
public TestContext(java.lang.String testclassdir, java.lang.String compiledir)
- Creates a new
TestContextinstance.
| Method Detail |
getTestClassDir
public java.lang.String getTestClassDir()
- return the directory the test class files are in
getCompileDir
public java.lang.String getCompileDir()
- get our compile directory
|
|||||||||
| Home >> All >> jreversepro >> [ tester overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jreversepro.tester.TestContext