Package org.apache.ant.antunit.listener
Class FailureAntUnitListener.TestInfos
java.lang.Object
org.apache.ant.antunit.listener.FailureAntUnitListener.TestInfos
- All Implemented Interfaces:
Comparable
- Enclosing class:
FailureAntUnitListener
Class for collecting needed information about failed tests.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String
The buildfile of the project.(package private) String
The error message which was shown.(package private) boolean
Does the project has a setUp target?(package private) boolean
Does the project has a tearDown target?(package private) String
The called target. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
projectHasSetup
boolean projectHasSetupDoes the project has a setUp target? -
projectHasTearDown
boolean projectHasTearDownDoes the project has a tearDown target? -
target
String targetThe called target. -
buildfile
String buildfileThe buildfile of the project. -
errorMessage
String errorMessageThe error message which was shown.
-
-
Constructor Details
-
TestInfos
-
-
Method Details
-
toString
Creates an <ant> call according to the stored information. -
compareTo
- Specified by:
compareTo
in interfaceComparable
-