Class JUnitTask.TestResultHolder
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.TestResultHolder
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
exitCodepublic int exitCodethe exit code of the test.
- 
timedOutpublic boolean timedOuttrue if the test timed out
- 
crashedpublic boolean crashedtrue if the test crashed
 
- 
- 
Constructor Details- 
TestResultHolderprotected TestResultHolder()
 
-