| Class | Description |
|---|---|
| ArtifactClassLoaderRunner |
A
Runner that mimics the class loading model used in a Mule Standalone distribution. |
| RunnerConfiguration |
Configuration for
ArtifactClassLoaderRunner. |
| Annotation Type | Description |
|---|---|
| ApplicationClassLoaderAware |
Defines that a test running with
ArtifactClassLoaderRunner would need to get access to the Mule application
class loader in order to load classes from it. |
| ArtifactClassLoaderRunnerConfig |
Specifies a configuration needed by
ArtifactClassLoaderRunner in order to run the tests in the module. |
| ContainerClassLoaderAware |
Defines that a test running with
ArtifactClassLoaderRunner would need to get access to the container
class loaders in order to load classes from it. |
| PluginClassLoadersAware |
Defines that when test is going to be run with an
ArtifactClassLoaderRunner it would need to get access to the plugin
class loaders in order to load classes using those class loaders. |
| RunnerDelegateTo |
Specifies the
Runner that ArtifactClassLoaderRunner delegates to. |
| ServiceClassLoadersAware |
Defines that when test is going to be run with an
ArtifactClassLoaderRunner it would need to get access to the service
class loaders in order to load classes using those class loaders. |
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.