| |
|
| java.lang.Object gunit.framework.TestContext
TestContext | public class TestContext (Code) | | TestContext provides the context for the test. An
instance is got from the factory method
TestContext.getInstance()
|
REF_IMAGE_PATH | final public static String REF_IMAGE_PATH(Code) | | Value of this property is a String object that
specifies the directories (seperated using :)
where the reference images are kept
|
RESULT_PRINTER_CLASS | final public static String RESULT_PRINTER_CLASS(Code) | | Value of this property is a Class object that
specifies result printer class, which should be a subclass
of junit.textui.ResultPrinter
|
TEST_ARGS_FILENAME | final public static String TEST_ARGS_FILENAME(Code) | | Value of this property is a String object that
specifies a file that contains the arguments for the testcases
|
TEST_CONTAINER_CLASS | final public static String TEST_CONTAINER_CLASS(Code) | | Value of this property is a Class object that
specifies test container class
|
TEST_FILTER | final public static String TEST_FILTER(Code) | | Value of this property is a TestFilter object.
|
TEST_RESULT_VERIFIER_CLASS | final public static String TEST_RESULT_VERIFIER_CLASS(Code) | | Value of this property is a Class object that
specifies result container class
|
getBooleanValue | public boolean getBooleanValue(String name)(Code) | | |
getValue | public Object getValue(String name)(Code) | | Returns the object assigned to the name without doing any
processing as the other getXXXValue() methods
|
|
|
|