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

Packages that use UnitTest
org.apache.maven.project   
org.apache.maven.project.io.xpp3   
 

Uses of UnitTest in org.apache.maven.project
 

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

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

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

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