| Package | Description |
|---|---|
| org.echocat.unittest.utils.matchers |
| Modifier and Type | Method and Description |
|---|---|
protected IterableBasedMatcher.Comparator<V> |
IterableBasedMatcher.comparator() |
protected static <V> IterableBasedMatcher.Comparator<V> |
IterableBasedMatcher.containsComparator() |
protected static <V> IterableBasedMatcher.Comparator<V> |
IterableBasedMatcher.endsWithComparator() |
protected static <V> IterableBasedMatcher.Comparator<V> |
IterableBasedMatcher.startsWithComparator() |
| Constructor and Description |
|---|
IterableBasedMatcher(String comparatorDescription,
IterableBasedMatcher.Comparator<V> comparator,
Iterable<? extends V> expected) |
Copyright © 2017 echocat. All rights reserved.