Uses of Class
org.hackystat.sensor.ant.junit.jaxb.Failure

Packages that use Failure
org.hackystat.sensor.ant.junit.jaxb   
 

Uses of Failure in org.hackystat.sensor.ant.junit.jaxb
 

Fields in org.hackystat.sensor.ant.junit.jaxb declared as Failure
protected  Failure Testcase.failure
           
 

Methods in org.hackystat.sensor.ant.junit.jaxb that return Failure
 Failure ObjectFactory.createFailure()
          Create an instance of Failure
 Failure Testcase.getFailure()
          Gets the value of the failure property.
 

Methods in org.hackystat.sensor.ant.junit.jaxb with parameters of type Failure
 void Testcase.setFailure(Failure value)
          Sets the value of the failure property.