| Modifier and Type | Method and Description |
|---|---|
protected Map<TargetRuntime,org.mule.munit.remote.api.configuration.RunConfiguration> |
AbstractMunitMojo.getRunConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.mule.munit.remote.api.configuration.RunConfiguration |
AbstractMunitMojo.createRunConfiguration(TargetRuntime targetRuntime) |
protected void |
AbstractMunitMojo.handleRunResult(TargetRuntime targetRuntime,
RunResult runResult) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMunitMojo.failBuildIfNecessary(Map<TargetRuntime,RunResult> runResults) |
| Modifier and Type | Method and Description |
|---|---|
Set<TargetRuntime> |
RuntimeVersionsLocator.locate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultPrinter.print(TargetRuntime targetRuntime,
RunResult runResult) |
void |
TextResultFilePrinter.print(TargetRuntime targetRuntime,
RunResult runResult) |
void |
TestOutputFilePrinter.print(TargetRuntime targetRuntime,
RunResult runResult) |
void |
SonarResultFilePrinter.print(TargetRuntime targetRuntime,
RunResult runResult) |
void |
MavenResultPrinter.print(TargetRuntime runtime,
RunResult runResult) |
void |
XmlResultPrinter.print(TargetRuntime targetRuntime,
RunResult runResult) |
void |
TextResultFilePrinter.printSuiteResult(TargetRuntime targetRuntime,
SuiteResult result) |
void |
SonarResultFilePrinter.printSuiteResult(TargetRuntime targetRuntime,
SuiteResult result) |
void |
XmlResultPrinter.printSuiteResult(TargetRuntime targetRuntime,
SuiteResult result) |
| Modifier and Type | Method and Description |
|---|---|
static TargetRuntime |
TargetRuntime.parse(String targetRuntime) |
| Modifier and Type | Method and Description |
|---|---|
int |
TargetRuntime.compareTo(TargetRuntime that) |
| Modifier and Type | Method and Description |
|---|---|
TargetRuntime |
BaseRunConfigurationFactory.getTargetRuntime() |
| Constructor and Description |
|---|
BaseApplicationRunConfigurationFactory(org.apache.maven.plugin.logging.Log log,
String projectName,
String munitTest,
String munitTags,
Boolean skipAfterFailure,
TargetRuntime targetRuntime,
WorkingDirectoryGenerator workingDirectoryGenerator,
File munitSrcFolder,
org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session) |
BaseCloudHubRunConfigurationFactory(org.apache.maven.plugin.logging.Log log,
String projectName,
String munitTest,
String munitTags,
Boolean skipAfterFailure,
TargetRuntime targetRuntime,
WorkingDirectoryGenerator workingDirectoryGenerator,
File munitSrcFolder,
org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session,
org.mule.tools.model.Deployment deployment,
Map<String,String> systemPropertyVariables,
Map<String,String> environmentVariables,
String executionId) |
BaseRunConfigurationFactory(org.apache.maven.plugin.logging.Log log,
String projectName,
String munitTest,
String munitTags,
Boolean skipAfterFailure,
TargetRuntime targetRuntime,
WorkingDirectoryGenerator workingDirectoryGenerator,
File munitSrcFolder,
org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session) |
Copyright © 2020. All rights reserved.