|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
things.testing.unit |
Uses of Result in things.testing.unit |
---|
Fields in things.testing.unit declared as Result | |
---|---|
Result |
TestGroup.result
|
Result |
Test.result
|
Result |
TestCase.theResult
|
Methods in things.testing.unit that return Result | |
---|---|
Result |
Test.execute()
Run the test. |
Result |
TestCase.getResult()
Get the result for this case. |
Result |
TestGroup.RUN(java.lang.String name)
Run a test class as named. |
static Result |
Result.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in things.testing.unit with parameters of type Result | |
---|---|
void |
ResultExpresserText.express(java.lang.String date,
ResultExpresser.expressionType type,
Result theResult,
int index,
java.lang.String name,
java.lang.String message,
int numberPass,
int numberFail,
int numberInconclusive,
int numberException,
int numberAbort,
long time,
long size,
java.lang.String code,
java.util.List<NV> values)
Submit a full expression. |
abstract void |
ResultExpresser.express(java.lang.String date,
ResultExpresser.expressionType type,
Result theResult,
int index,
java.lang.String name,
java.lang.String message,
int numberPass,
int numberFail,
int numberInconclusive,
int numberException,
int numberAbort,
long time,
long size,
java.lang.String code,
java.util.List<NV> values)
Submit a full expression. |
void |
ResultExpresser.expressCase(java.lang.String date,
Result theResult,
int index,
java.lang.String name,
java.lang.String message,
long time,
long size,
java.lang.String code,
java.util.List<NV> values)
Submit a CASE expression. |
void |
ResultExpresser.expressCaseSimple(java.lang.String date,
Result theResult,
int index,
java.lang.String name,
java.lang.String message)
Submit a simple CASE expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |