Java content class for unit-tests complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="unit-tests">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="unit-test" type="{}unit-test" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|