|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestResult
Interface representing the result returned by the TestScript
.
Method Summary | |
---|---|
int |
cancelled()
Returns the number of cancelled test cases. |
int |
failed()
Returns the number of failed test cases. |
void |
logOutput(org.apache.maven.plugin.logging.Log log)
Log the test output (e.g. |
int |
passed()
Returns the number of passed test cases. |
int |
skipped()
Returns the number of skipped test cases. |
Method Detail |
---|
int passed()
int failed()
int skipped()
int cancelled()
void logOutput(org.apache.maven.plugin.logging.Log log)
log
- used to print the output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |