| Modifier and Type | Method and Description |
|---|---|
protected void |
checkProperties(TraceMap traceMap,
com.codepoetics.fluvius.test.matchers.PropertyMismatchDescriber describer) |
protected void |
describeProperties(com.codepoetics.fluvius.test.matchers.PropertyDescriber describer) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(T t,
org.hamcrest.Description description) |
static ATraceMap |
ofAnyType() |
static ATraceMap |
ofType(FlowStepType type) |
protected boolean |
propertyMatches(String propertyName,
T propertyValue,
org.hamcrest.Matcher<? super T> matcher,
org.hamcrest.Description description) |
ATraceMap |
withChild(TraceMapLabel label,
org.hamcrest.Matcher<TraceMap> traceMapMatcher) |
ATraceMap |
withChildren(AMap<TraceMapLabel,TraceMap> childrenMatcher) |
ATraceMap |
withDescription(org.hamcrest.Matcher<String> descriptionMatcher) |
ATraceMap |
withDescription(String expected) |
ATraceMap |
withId(org.hamcrest.Matcher<? super UUID> idMatcher) |
ATraceMap |
withId(UUID expected) |
ATraceMap |
withProvidedKey(org.hamcrest.Matcher<String> providedKeyMatcher) |
ATraceMap |
withProvidedKey(String expected) |
ATraceMap |
withRequiredKeys(Collection<String> requiredKeys) |
ATraceMap |
withRequiredKeys(org.hamcrest.Matcher<? super String>... keyMatchers) |
ATraceMap |
withRequiredKeys(org.hamcrest.Matcher<Iterable<? extends String>> requiredKeysMatcher) |
ATraceMap |
withRequiredKeys(String... requiredKeys) |
public static ATraceMap ofType(FlowStepType type)
public static ATraceMap ofAnyType()
@SafeVarargs public final ATraceMap withRequiredKeys(org.hamcrest.Matcher<? super String>... keyMatchers)
public ATraceMap withRequiredKeys(Collection<String> requiredKeys)
public ATraceMap withRequiredKeys(org.hamcrest.Matcher<Iterable<? extends String>> requiredKeysMatcher)
public final ATraceMap withChildren(AMap<TraceMapLabel,TraceMap> childrenMatcher)
public final ATraceMap withChild(TraceMapLabel label, org.hamcrest.Matcher<TraceMap> traceMapMatcher)
protected void describeProperties(com.codepoetics.fluvius.test.matchers.PropertyDescriber describer)
protected void checkProperties(TraceMap traceMap, com.codepoetics.fluvius.test.matchers.PropertyMismatchDescriber describer)
protected boolean propertyMatches(String propertyName, T propertyValue, org.hamcrest.Matcher<? super T> matcher, org.hamcrest.Description description)
public void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(T t,
org.hamcrest.Description description)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<T>Copyright © 2017. All Rights Reserved.