org.apache.tools.ant.taskdefs.optional.junit

Class JUnitTask.TestResultHolder

protected static class JUnitTask.TestResultHolder extends Object

A value class that contains the result of a test.
Field Summary
booleancrashed
true if the test crashed
intexitCode
the exit code of the test.
booleantimedOut
true if the test timed out

Field Detail

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