Package | Description |
---|---|
org.apache.maven.model.v3_0_0 | |
org.apache.maven.model.v3_0_0.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private UnitTest |
Build.unitTest
This element specifies unit tests associated with the project
|
Modifier and Type | Method and Description |
---|---|
UnitTest |
Build.getUnitTest()
Get this element specifies unit tests associated with the
project.
|
Modifier and Type | Method and Description |
---|---|
void |
Build.setUnitTest(UnitTest unitTest)
Set this element specifies unit tests associated with the
project.
|
Modifier and Type | Method and Description |
---|---|
private UnitTest |
MavenXpp3Reader.parseUnitTest(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseUnitTest.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeUnitTest(UnitTest unitTest,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeUnitTest.
|