public class RuntimeConfiguration extends Object
ExtensionTestMojo runtime configuration parameter. It holds information about the runtimes which to run
the tests against| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_RUNTIME_SEPARATOR |
static String |
ADDITIONAL_RUNTIMES_PROPERTY |
| Constructor and Description |
|---|
RuntimeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.munit.extension.maven.api.RuntimeConfiguration.Builder |
builder() |
List<String> |
getAdditionalRuntimes() |
Optional<DiscoverRuntimes> |
getDiscoverRuntimes() |
public static final String ADDITIONAL_RUNTIMES_PROPERTY
public static final String ADDITIONAL_RUNTIME_SEPARATOR
public Optional<DiscoverRuntimes> getDiscoverRuntimes()
public static org.mule.munit.extension.maven.api.RuntimeConfiguration.Builder builder()
Copyright © 2019. All rights reserved.