static ATraceMap |
ATraceMap.ofAnyType() |
static ATraceMap |
ATraceMap.ofType(FlowStepType type) |
ATraceMap |
ATraceMap.withChild(TraceMapLabel label,
org.hamcrest.Matcher<TraceMap> traceMapMatcher) |
ATraceMap |
ATraceMap.withChildren(AMap<TraceMapLabel,TraceMap> childrenMatcher) |
ATraceMap |
ATraceMap.withDescription(org.hamcrest.Matcher<String> descriptionMatcher) |
ATraceMap |
ATraceMap.withDescription(String expected) |
ATraceMap |
ATraceMap.withId(org.hamcrest.Matcher<? super UUID> idMatcher) |
ATraceMap |
ATraceMap.withId(UUID expected) |
ATraceMap |
ATraceMap.withProvidedKey(org.hamcrest.Matcher<String> providedKeyMatcher) |
ATraceMap |
ATraceMap.withProvidedKey(String expected) |
ATraceMap |
ATraceMap.withRequiredKeys(Collection<String> requiredKeys) |
ATraceMap |
ATraceMap.withRequiredKeys(org.hamcrest.Matcher<? super String>... keyMatchers) |
ATraceMap |
ATraceMap.withRequiredKeys(org.hamcrest.Matcher<Iterable<? extends String>> requiredKeysMatcher) |
ATraceMap |
ATraceMap.withRequiredKeys(String... requiredKeys) |