| Class | Description |
|---|---|
| ApplicationContextBuilder | |
| ArtifactFunctionalTestCase |
Base class for running
FunctionalTestCase with class loader isolation using ArtifactClassLoaderRunner, a JUnit
Runner. |
| ArtifactFunctionalTestCase.TestClassLoaderRepository |
Defines a
ClassLoaderRepository with all the class loaders configured in the ArtifactFunctionalTestCase
class. |
| DomainContextBuilder | |
| DomainFunctionalTestCase | |
| DomainFunctionalTestCase.ApplicationConfig | |
| DomainFunctionalTestCase.ArtifactInstanceInfrastructure |
Provides access for infrastructure objects of each deployed Mule artifact.
|
| ExtensionFunctionalTestCase |
Base test class for
FunctionalTestCases that make use of components generated through the extensions API. |
| FunctionalTestCase |
A base test case for tests that initialize Mule using a configuration file.
|
| FunctionalTestModuleRepository |
Implementation that uses internal classes and should only be used on context of FunctionalTestCases and not in an isolated
MuleArtifactFunctionalTestCase.
|
| MuleArtifactFunctionalTestCase |
Base class for mule functional test cases that run tests using class loading isolation.
|
| TestBootstrapServiceDiscovererConfigurationBuilder |
Configures a
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. |
| TestLegacyMessageBuilder | Deprecated
tests should not access properties, attachments or exception payload using the old API.
|
| TestLegacyMessageUtils | Deprecated
tests should not access properties, attachments or exception payload using the old API.
|
| TestServicesMuleContextConfigurator |
Register services implementations.
|
| Exception | Description |
|---|---|
| ContextLifecycleException |
Exception thrown when the
MuleContext was created successfully but a lifecycle phase failed. |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.