| 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 | |
| ExtensionFunctionalTestCase |
Base test class for
FunctionalTestCases that make use of components generated through the extensions API. |
| FlowConstructRunner<R extends FlowConstructRunner> |
Provides a fluent API for running events through batch FlowConstructs.
|
| FlowRunner |
Provides a fluent API for running events through flows.
|
| FunctionalTestCase |
A base test case for tests that initialize Mule using a configuration file.
|
| 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. |
| TestEventBuilder |
Provides a fluent API for building events for testing.
|
| 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.
|
| Enum | Description |
|---|---|
| TransactionConfigEnum |
Helper to access constants from
TransactionConfig. |
| Exception | Description |
|---|---|
| ContextLifecycleException |
Exception thrown when the
MuleContext was created successfully but a lifecycle phase failed. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.