public class SimpleTestRunner extends 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 String |
ERROR_CLASS_CAST
Error Messages.
|
static String |
ERROR_CLASS_NOT_FOUND |
static String |
ERROR_ILLEGAL_ACCESS |
static String |
ERROR_INSTANTIATION |
static String |
USAGE
Usage for this tool
|
Constructor and Description |
---|
SimpleTestRunner() |
public static final String ERROR_CLASS_CAST
public static final String ERROR_CLASS_NOT_FOUND
public static final String ERROR_INSTANTIATION
public static final String ERROR_ILLEGAL_ACCESS
public static final String USAGE
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.