public class DistinctFrom<T> extends org.hamcrest.BaseMatcher<Set<T>>
| Constructor and Description |
|---|
DistinctFrom(Set<T> from) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object o,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object o) |
Copyright © 2017. All rights reserved.