@Mojo(name="test",
defaultPhase=TEST,
requiresDependencyResolution=TEST)
public class TestMojo
extends AbstractJasmineMojo
CUSTOM_RUNNER_CONFIGURATION_PARAM, CUSTOM_RUNNER_TEMPLATE_PARAM| Constructor and Description |
|---|
TestMojo(org.apache.maven.project.MavenProject mavenProject,
ResourceRetriever resourceRetriever,
ReporterRetriever reporterRetriever,
WebDriverFactory webDriverFactory,
SpecRunnerExecutor specRunnerExecutor,
JasmineResultLogger jasmineResultLogger,
ResourceHandlerConfigurator resourceHandlerConfigurator) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
run(ServerConfiguration serverConfiguration,
JasmineConfiguration configuration) |
getMavenProject@Inject
public TestMojo(org.apache.maven.project.MavenProject mavenProject,
ResourceRetriever resourceRetriever,
ReporterRetriever reporterRetriever,
WebDriverFactory webDriverFactory,
SpecRunnerExecutor specRunnerExecutor,
JasmineResultLogger jasmineResultLogger,
ResourceHandlerConfigurator resourceHandlerConfigurator)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractJasmineMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void run(ServerConfiguration serverConfiguration, JasmineConfiguration configuration) throws Exception
run in class AbstractJasmineMojoExceptionCopyright © 2010–2018 Justin Searls. All rights reserved.