Class FailureAntUnitListener.TestInfos

java.lang.Object
org.apache.ant.antunit.listener.FailureAntUnitListener.TestInfos
All Implemented Interfaces:
Comparable
Enclosing class:
FailureAntUnitListener

public class FailureAntUnitListener.TestInfos extends Object implements Comparable
Class for collecting needed information about failed tests.
  • Field Details

    • projectHasSetup

      boolean projectHasSetup
      Does the project has a setUp target?
    • projectHasTearDown

      boolean projectHasTearDown
      Does the project has a tearDown target?
    • target

      String target
      The called target.
    • buildfile

      String buildfile
      The buildfile of the project.
    • errorMessage

      String errorMessage
      The error message which was shown.
  • Constructor Details

    • TestInfos

      public TestInfos(org.apache.tools.ant.Project project, String buildfile, String target, String errorMessage)
  • Method Details