static <T> AFlowHistory<T> |
AFlowHistory.withAnyFlowId() |
AFlowHistory<T> |
AFlowHistory.withEventHistory(List<org.hamcrest.Matcher<? super FlowEvent<T>>> eventMatchers) |
AFlowHistory<T> |
AFlowHistory.withEventHistory(org.hamcrest.Matcher<? super FlowEvent<T>>... eventMatchers) |
static <T> AFlowHistory<T> |
AFlowHistory.withFlowId(org.hamcrest.Matcher<? super UUID> flowIdMatcher) |
static <T> AFlowHistory<T> |
AFlowHistory.withFlowId(UUID expected) |
AFlowHistory<T> |
AFlowHistory.withTraceMap(org.hamcrest.Matcher<? super TraceMap> traceMapMatcher) |