|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.jet.rat.TestRunner
public class TestRunner
A class to execute test cases and determine test results.
| Field Summary | |
|---|---|
static int |
TEST_FAILURE
Constant denoting a test failure. |
static int |
TEST_MEANINGLESS
Constant denoting a meaningless test. |
static int |
TEST_SUCCESS
Constant denoting a test success. |
| Constructor Summary | |
|---|---|
TestRunner()
|
|
| Method Summary | |
|---|---|
Throwable |
getException()
Returns the exception, if exists, caught during the last test execution. |
int |
run(Member mut,
TestCase tc)
Runs the given method or constructor with the given test case and returns the test result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TEST_SUCCESS
public static final int TEST_FAILURE
public static final int TEST_MEANINGLESS
| Constructor Detail |
|---|
public TestRunner()
| Method Detail |
|---|
public int run(Member mut,
TestCase tc)
TEST_SUCCESS, TEST_FAILURE, or
TEST_MEANINGLESS.
public Throwable getException()
null.
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||