|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.v3_0_0.PatternSet
org.apache.maven.model.v3_0_0.UnitTest
public class UnitTest
Class UnitTest.
| Field Summary | |
|---|---|
private java.util.List<Resource> |
resources
Field resources. |
| Constructor Summary | |
|---|---|
UnitTest()
|
|
| Method Summary | |
|---|---|
void |
addResource(Resource resource)
Method addResource. |
java.util.List<Resource> |
getResources()
Method getResources. |
void |
removeResource(Resource resource)
Method removeResource. |
void |
setResources(java.util.List<Resource> resources)
Set the classpath resources to use when executing the unit tests. |
| Methods inherited from class org.apache.maven.model.v3_0_0.PatternSet |
|---|
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.List<Resource> resources
| Constructor Detail |
|---|
public UnitTest()
| Method Detail |
|---|
public void addResource(Resource resource)
resource - public java.util.List<Resource> getResources()
public void removeResource(Resource resource)
resource - public void setResources(java.util.List<Resource> resources)
resources -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||