org.jaffa.tools.loadtest.domain
Interface UnitTests
- All Known Implementing Classes: 
- UnitTestsImpl
- public interface UnitTests
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>
 
 
getUnitTest
public List getUnitTest()
- 
 
Copyright © 2002-2004 JAFFA Project.