Uses of Class
org.apache.maven.model.v3_0_0.UnitTest
-
Packages that use UnitTest Package Description org.apache.maven.model.v3_0_0 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 Modifier and Type Field Description private UnitTest
Build. unitTest
This element specifies unit tests associated with the projectMethods in org.apache.maven.model.v3_0_0 that return UnitTest Modifier and Type Method Description 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 Modifier and Type Method Description 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.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return UnitTest Modifier and Type Method Description 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 Modifier and Type Method Description private void
MavenXpp3Writer. writeUnitTest(UnitTest unitTest, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeUnitTest.
-