|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.googlecode.refit.mojo.FitRunnerMojo
public class FitRunnerMojo
Mojo to run Fit tests via a Fixture
| Field Summary | |
|---|---|
protected boolean |
caseSensitive
Flag to indicate that path names are case sensitive |
protected List<String> |
classpathElements
Classpath. |
protected boolean |
ignoreFailures
The option to ignore fixture failures |
protected String |
outputDirectory
The output directory where the results of Fit processing is written to |
protected String[] |
parseTags
The parse tags used to identify the Fit tables. |
protected boolean |
skip
Flag for skipping Fit execution. |
protected String |
sourceDirectory
The source directory containing the Fit fixtures |
protected String |
sourceExcludes
The filter for source file excludes, relative to the source directory, as CSV patterns. |
protected String |
sourceIncludes
The filter for source file includes, relative to the source directory, as CSV patterns. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
FitRunnerMojo()
|
|
| Method Summary | |
|---|---|
void |
afterSuite()
|
void |
afterTest(TestResult result)
|
void |
beforeTest(String testPath)
|
void |
execute()
|
protected ClasspathClassLoader |
getTestClassLoader()
|
protected void |
run(String sourceDirectory,
boolean caseSensitive,
String sourceIncludes,
String sourceExcludes,
String outputDirectory)
|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> classpathElements
protected String sourceDirectory
protected boolean caseSensitive
protected String sourceIncludes
protected String sourceExcludes
protected String[] parseTags
protected String outputDirectory
protected boolean ignoreFailures
protected boolean skip
| Constructor Detail |
|---|
public FitRunnerMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionprotected ClasspathClassLoader getTestClassLoader()
protected void run(String sourceDirectory,
boolean caseSensitive,
String sourceIncludes,
String sourceExcludes,
String outputDirectory)
throws Exception
Exceptionpublic void beforeTest(String testPath)
beforeTest in interface RunnerListenerpublic void afterTest(TestResult result)
afterTest in interface RunnerListenerpublic void afterSuite()
afterSuite in interface RunnerListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||