public class TestBootstrapServiceDiscovererConfigurationBuilder
extends org.mule.runtime.core.api.config.builders.AbstractConfigurationBuilder
BootstrapServiceDiscoverer on a test's MuleContext
Configuration done by this builder will use a BootstrapServiceDiscoverer to find BootstrapService provided by
the container, will create a BootstrapServiceDiscoverer for each plugin deployed in the artifact and finally another
BootstrapServiceDiscoverer for the test itself. All the discovered services will then used to configure the context.| Constructor and Description |
|---|
TestBootstrapServiceDiscovererConfigurationBuilder(ClassLoader containerClassLoader,
ClassLoader executionClassLoader,
List<ArtifactClassLoader> pluginClassLoaders)
Creates a context builder for a test.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConfigure(org.mule.runtime.core.api.MuleContext muleContext) |
public TestBootstrapServiceDiscovererConfigurationBuilder(ClassLoader containerClassLoader, ClassLoader executionClassLoader, List<ArtifactClassLoader> pluginClassLoaders)
containerClassLoader - class loader corresponding to the container where the test is running. Non null.executionClassLoader - class loader corresponding to the isolates test. Non nullpluginClassLoaders - class loaders corresponding to plugins deployed in the test (without any filtering). Non null.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.