public class MunitUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MUNIT_TEST_FLOW_NAME |
| Constructor and Description |
|---|
MunitUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
throwRootCauseIfMatches(Exception e)
The method will throw the root cause of the exception if it matches a AssertionError or a MunitError.
|
static void |
verifyAssertions(org.mule.runtime.api.event.Event event,
List<org.mule.runtime.core.api.processor.Processor> assertions)
Deprecated.
|
public static final String MUNIT_TEST_FLOW_NAME
@Deprecated public static void verifyAssertions(org.mule.runtime.api.event.Event event, List<org.mule.runtime.core.api.processor.Processor> assertions)
event - assertions - public static void throwRootCauseIfMatches(Exception e)
e - exception containing the root causeCopyright © 2017. All rights reserved.