Class JUnitTask.TestResultHolder
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.TestResultHolder
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
exitCode
public int exitCodethe exit code of the test. -
timedOut
public boolean timedOuttrue if the test timed out -
crashed
public boolean crashedtrue if the test crashed
-
-
Constructor Details
-
TestResultHolder
protected TestResultHolder()
-