Uses of Class
org.apache.maven.model.v3_0_0.UnitTest
Packages that use UnitTest
-
Uses of UnitTest in org.apache.maven.model.v3_0_0
Fields in org.apache.maven.model.v3_0_0 declared as UnitTestModifier and TypeFieldDescriptionprivate UnitTest
Build.unitTest
This element specifies unit tests associated with the projectMethods in org.apache.maven.model.v3_0_0 that return UnitTestModifier and TypeMethodDescriptionBuild.getUnitTest()
Get this element specifies unit tests associated with the project.Methods in org.apache.maven.model.v3_0_0 with parameters of type UnitTestModifier and TypeMethodDescriptionvoid
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 UnitTestModifier and TypeMethodDescriptionprivate 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 UnitTestModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeUnitTest
(UnitTest unitTest, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeUnitTest.