public final class AFlowHistory<T>
extends org.hamcrest.TypeSafeDiagnosingMatcher<T>
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkProperties(FlowHistory<T> flowHistory,
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) |
protected boolean |
propertyMatches(String propertyName,
T propertyValue,
org.hamcrest.Matcher<? super T> matcher,
org.hamcrest.Description description) |
static <T> AFlowHistory<T> |
withAnyFlowId() |
AFlowHistory<T> |
withEventHistory(List<org.hamcrest.Matcher<? super FlowEvent<T>>> eventMatchers) |
AFlowHistory<T> |
withEventHistory(org.hamcrest.Matcher<? super FlowEvent<T>>... eventMatchers) |
static <T> AFlowHistory<T> |
withFlowId(org.hamcrest.Matcher<? super UUID> flowIdMatcher) |
static <T> AFlowHistory<T> |
withFlowId(UUID expected) |
AFlowHistory<T> |
withTraceMap(org.hamcrest.Matcher<? super TraceMap> traceMapMatcher) |
public static <T> AFlowHistory<T> withAnyFlowId()
public static <T> AFlowHistory<T> withFlowId(UUID expected)
public static <T> AFlowHistory<T> withFlowId(org.hamcrest.Matcher<? super UUID> flowIdMatcher)
public AFlowHistory<T> withTraceMap(org.hamcrest.Matcher<? super TraceMap> traceMapMatcher)
@SafeVarargs public final AFlowHistory<T> withEventHistory(org.hamcrest.Matcher<? super FlowEvent<T>>... eventMatchers)
public AFlowHistory<T> withEventHistory(List<org.hamcrest.Matcher<? super FlowEvent<T>>> eventMatchers)
protected void describeProperties(com.codepoetics.fluvius.test.matchers.PropertyDescriber describer)
protected void checkProperties(FlowHistory<T> flowHistory, 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.