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 UnitTestBuild. unitTestThis element specifies unit tests associated with the projectMethods in org.apache.maven.model.v3_0_0 that return UnitTest Modifier and Type Method Description UnitTestBuild. 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 voidBuild. 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 UnitTestMavenXpp3Reader. 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 voidMavenXpp3Writer. writeUnitTest(UnitTest unitTest, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeUnitTest.
-