|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UnitTest | |
| org.apache.maven.model | |
| org.apache.maven.model.io.xpp3 | |
| Uses of UnitTest in org.apache.maven.model |
| Fields in org.apache.maven.model declared as UnitTest | |
private UnitTest |
Build.unitTest
Field unitTest |
| Methods in org.apache.maven.model that return UnitTest | |
UnitTest |
Build.getUnitTest()
Get This element specifies unit tests associated with the project. |
| Methods in org.apache.maven.model 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.model.io.xpp3 |
| Methods in org.apache.maven.model.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.model.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 |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||