Uses of Class
org.apache.maven.model.v3_0_0.UnitTest
-
Packages that use UnitTest Package Description org.apache.maven.model.v3_0_0 -
-
Uses of UnitTest in org.apache.maven.model.v3_0_0
Methods 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.
-