public class RunnerConfiguration extends Object
ArtifactClassLoaderRunner.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Class> |
getExportPluginClasses() |
List<String> |
getProvidedExclusions() |
List<String> |
getSharedRuntimeLibs() |
List<String> |
getTestExclusions() |
List<String> |
getTestInclusions() |
int |
hashCode() |
static RunnerConfiguration |
readConfiguration(Class klass)
Creates an instance of the the configuration by reading the class annotated with
ArtifactClassLoaderRunnerConfig. |
String |
toString() |
public static RunnerConfiguration readConfiguration(Class klass)
ArtifactClassLoaderRunnerConfig.klass - Test Class annotatedRunnerConfigurationCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.