|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.freehep.maven.nar.Test
public class Test
Sets up a test to create
| Field Summary | |
|---|---|
protected List |
args
Arguments to be used for running this test. |
protected String |
link
Type of linking used for this test Possible choices are: "shared" or "static". |
protected String |
name
Name of the test to create |
protected boolean |
run
When true run this test. |
| Constructor Summary | |
|---|---|
Test()
|
|
| Method Summary | |
|---|---|
List |
getArgs()
|
String |
getLink()
|
String |
getName()
|
boolean |
shouldRun()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String link
protected boolean run
protected List args
| Constructor Detail |
|---|
public Test()
| Method Detail |
|---|
public String getName()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic String getLink()
public boolean shouldRun()
shouldRun in interface Executablepublic List getArgs()
getArgs in interface Executable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||