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(FlowCallStack flowStack,
org.hamcrest.Matcher<FlowStackElement>... flowStackElementMatchers) |
static org.hamcrest.Matcher<FlowStackElement> |
isFlowStackElement(String flowName,
String executingMessageProcessor) |
public static void assertStackElements(FlowCallStack flowStack, org.hamcrest.Matcher<FlowStackElement>... flowStackElementMatchers)
public static org.hamcrest.Matcher<FlowStackElement> isFlowStackElement(String flowName, String executingMessageProcessor)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.