org.apache.tools.ant.taskdefs.optional.junit
Class JUnitTask.TestResultHolder
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.TestResultHolder
- JUnitTask
protected class JUnitTask.TestResultHolder
extends java.lang.Object
A value class that contains thee result of a test.
boolean | crashed - true if the test crashed
|
int | exitCode - the exit code of the test.
|
boolean | timedOut - true if the test timed out
|
crashed
public boolean crashed
true if the test crashed
exitCode
public int exitCode
the exit code of the test.
timedOut
public boolean timedOut
true if the test timed out