| Package | Description |
|---|---|
| org.echocat.unittest.utils.matchers |
| Modifier and Type | Method and Description |
|---|---|
protected CombinedMappingMatcher.StreamMatcher<T> |
CombinedMappingMatcher.streamMatcher() |
protected static <T> CombinedMappingMatcher.StreamMatcher<T> |
ContainsOnlyElementsThat.streamMatcherInstance() |
protected static <T> CombinedMappingMatcher.StreamMatcher<T> |
ContainsAtLeastOneElementThat.streamMatcherInstance() |
| Constructor and Description |
|---|
CombinedMappingMatcher(Function<V,Stream<T>> mapper,
Iterable<? extends org.hamcrest.Matcher<T>> matchers,
CombinedMappingMatcher.StreamMatcher<T> streamMatcher,
String description) |
Copyright © 2017 echocat. All rights reserved.