Uses of Class
org.apache.maven.model.UnitTest

Packages that use UnitTest
org.apache.maven.model   
org.apache.maven.model.io.dom4j   
org.apache.maven.model.io.stax   
org.apache.maven.model.io.xpp3   
 

Uses of UnitTest in org.apache.maven.model
 

Fields in org.apache.maven.model declared as UnitTest
private  UnitTest Build.unitTest
          Field unitTest
 

Methods in org.apache.maven.model that return UnitTest
 UnitTest Build.getUnitTest()
          Get This element specifies unit tests associated with the project.
 

Methods in org.apache.maven.model with parameters of type UnitTest
 void Build.setUnitTest(UnitTest unitTest)
          Set This element specifies unit tests associated with the project.
 

Uses of UnitTest in org.apache.maven.model.io.dom4j
 

Methods in org.apache.maven.model.io.dom4j that return UnitTest
private  UnitTest MavenDom4jReader.parseUnitTest(java.lang.String tagName, org.dom4j.Element element, boolean strict, java.lang.String encoding)
          Method parseUnitTest
 

Methods in org.apache.maven.model.io.dom4j with parameters of type UnitTest
private  void MavenDom4jWriter.writeUnitTest(UnitTest unitTest, java.lang.String tagName, org.dom4j.Element parentElement)
          Method writeUnitTest
 

Uses of UnitTest in org.apache.maven.model.io.stax
 

Methods in org.apache.maven.model.io.stax that return UnitTest
private  UnitTest MavenStaxReader.parseUnitTest(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict, java.lang.String encoding)
          Method parseUnitTest
 

Methods in org.apache.maven.model.io.stax with parameters of type UnitTest
private  void MavenStaxWriter.writeUnitTest(UnitTest unitTest, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writeUnitTest
 

Uses of UnitTest in org.apache.maven.model.io.xpp3
 

Methods in org.apache.maven.model.io.xpp3 that return UnitTest
private  UnitTest MavenXpp3Reader.parseUnitTest(java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, java.lang.String encoding)
          Method parseUnitTest
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type UnitTest
private  void MavenXpp3Writer.writeUnitTest(UnitTest unitTest, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeUnitTest