public class FlowTraceUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowTraceUtils.FlowStackAsserter |
static class |
FlowTraceUtils.FlowStackAsyncAsserter |
| Constructor and Description |
|---|
FlowTraceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertStackElements(org.mule.runtime.core.api.context.notification.FlowCallStack flowStack,
org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement>... flowStackElementMatchers) |
static org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement> |
isFlowStackElement(String flowName,
String executingMessageProcessor) |
@SafeVarargs public static void assertStackElements(org.mule.runtime.core.api.context.notification.FlowCallStack flowStack, org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement>... flowStackElementMatchers)
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.