|
||||||||||
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 | |
---|---|
void |
logOutput(org.apache.maven.plugin.logging.Log log)
Log the test output (e.g. infos/warnings/errors) using the provided logger. |
boolean |
testsPassed()
Returns whether all tests passed, no test cases failed. |
Method Detail |
---|
boolean testsPassed()
true
if all tests passed, false
otherwise.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 |