| Class | Description |
|---|---|
| AbstractMuleContextTestCase |
Extends
AbstractMuleTestCase providing access to a MuleContext instance and tools for manage it. |
| AbstractMuleTestCase |
AbstractMuleTestCase is a base class for Mule test cases. |
| AbstractReactiveProcessorTestCase |
Abstract base test case extending
AbstractMuleContextTestCase to be used when a Processor or Flow that
implements both Processor.process(CoreEvent) and Processor.apply(Publisher) needs paramatized tests so that both
approaches are tested with the same test method. |
| FlakinessDetectorTestRunner |
Provides a tool to detect the cause of flaky tests by running then multiple times.
|
| FlakinessDetectorTestRunnerWithParameters |
Provides a tool to detect the cause of flaky tests by running then multiple times.
|
| FlakinessDetectorTestRunnerWithParameters.FlakinessDetectorTestRunnerWithParametersFactory | |
| MockExtensionManagerConfigurationBuilder |
ConfigurationBuilder used to provide a mock implementation of ExtensionManager with an empty set of extensions. |
| TestsLogConfigurationHelper |
A helper class for configuring logging on test cases
|
| Enum | Description |
|---|---|
| AbstractReactiveProcessorTestCase.Mode |
| Annotation Type | Description |
|---|---|
| FlakyTest |
Indicates that a test method or class is flaky
|
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.