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