public class SimpleTestRunner
extends java.lang.Object
Test
. This tool takes
a class name parameter as an input and provides a GUI to
run an instance of the test. The generated TestReport
is printed to the standard output with the
SimpleTestReportProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ERROR_CLASS_CAST
Error Messages.
|
static java.lang.String |
ERROR_CLASS_NOT_FOUND |
static java.lang.String |
ERROR_ILLEGAL_ACCESS |
static java.lang.String |
ERROR_INSTANTIATION |
static java.lang.String |
USAGE
Usage for this tool
|
Constructor and Description |
---|
SimpleTestRunner() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
public static final java.lang.String ERROR_CLASS_CAST
public static final java.lang.String ERROR_CLASS_NOT_FOUND
public static final java.lang.String ERROR_INSTANTIATION
public static final java.lang.String ERROR_ILLEGAL_ACCESS
public static final java.lang.String USAGE