org.jaffa.tools.loadtest.domain
Interface UnitTest

All Known Implementing Classes:
UnitTestImpl

public interface UnitTest

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>
 


Method Summary
 String getClassName()
           
 String getMethodName()
           
 void setClassName(String value)
           
 void setMethodName(String value)
           
 

Method Detail

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String value)

getClassName

public String getClassName()

setClassName

public void setClassName(String value)


Copyright © 2002-2004 JAFFA Project.