@Mojo(name="generateRunners",
defaultPhase=GENERATE_TEST_SOURCES)
public class GenerateRunnersMojo
extends org.apache.maven.plugin.AbstractMojo
implements FileGeneratorConfig
| Constructor and Description |
|---|
GenerateRunnersMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Called by Maven to run this mojo after parameters have been injected.
|
boolean |
filterFeaturesByTags() |
String |
getCucumberOutputDir() |
String |
getEncoding() |
File |
getFeaturesDirectory() |
String |
getNamingPattern() |
String |
getNamingScheme() |
boolean |
useTestNG() |
getLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionpublic boolean filterFeaturesByTags()
filterFeaturesByTags in interface FileGeneratorConfigpublic File getFeaturesDirectory()
getFeaturesDirectory in interface FileGeneratorConfigpublic String getEncoding()
getEncoding in interface FileGeneratorConfigpublic String getCucumberOutputDir()
getCucumberOutputDir in interface FileGeneratorConfigpublic boolean useTestNG()
useTestNG in interface FileGeneratorConfigpublic String getNamingScheme()
getNamingScheme in interface FileGeneratorConfigpublic String getNamingPattern()
getNamingPattern in interface FileGeneratorConfigCopyright © 2015-2016. All Rights Reserved.