org.apache.tools.ant.taskdefs.optional.junitClass JUnitTask.TestResultHolder
- java.lang.Object
- org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.TestResultHolder
- Enclosing class:
- JUnitTask
protected static class JUnitTask.TestResultHolder extends java.lang.Object
A value class that contains the result of a test.
Field Summary
Fields Modifier and Type Field and Description boolean
crashed
true if the test crashedint
exitCode
the exit code of the test.boolean
timedOut
true if the test timed out
Constructor Summary
Constructors Modifier Constructor and Description protected
TestResultHolder()