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

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

Uses of UnitTest in org.apache.maven.model.v3_0_0
 

Fields in org.apache.maven.model.v3_0_0 declared as UnitTest
private  UnitTest Build.unitTest
          This element specifies unit tests associated with the project.
 

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

Methods in org.apache.maven.model.v3_0_0 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.v3_0_0.io.dom4j
 

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

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

Uses of UnitTest in org.apache.maven.model.v3_0_0.io.jdom
 

Methods in org.apache.maven.model.v3_0_0.io.jdom with parameters of type UnitTest
protected  void MavenJDOMWriter.updateUnitTest(UnitTest unitTest, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateUnitTest.
 

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

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

Methods in org.apache.maven.model.v3_0_0.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.v3_0_0.io.xpp3
 

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

Methods in org.apache.maven.model.v3_0_0.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.