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

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

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

Fields in org.hackystat.sensor.ant.junit.jaxb with type parameters of type Testcase
protected  java.util.List<Testcase> Testsuite.testcase
           
 

Methods in org.hackystat.sensor.ant.junit.jaxb that return Testcase
 Testcase ObjectFactory.createTestcase()
          Create an instance of Testcase
 

Methods in org.hackystat.sensor.ant.junit.jaxb that return types with arguments of type Testcase
 java.util.List<Testcase> Testsuite.getTestcase()
          Gets the value of the testcase property.