Class Testcase

java.lang.Object
com.thed.zblast.parser.jaxb.junit.Testcase

public class Testcase extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}skipped" minOccurs="0"/>
         <element ref="{}error" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}failure" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}system-out" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}system-err" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="assertions" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>