Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jreversepro.tester
Class TestContext  view TestContext download TestContext.java

java.lang.Object
  extended byjreversepro.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 TestContext instance.

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