public class EntrySetMatcher<K,V> extends org.hamcrest.TypeSafeMatcher<Set<Map.Entry<K,V>>>
TypeSafeMatcher for Sets of Map.Entrys.
Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatchSafely(Set<Map.Entry<K,V>> entries,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(Set<Map.Entry<K,V>> entries) |
static <K,V> org.hamcrest.Matcher<Map<? extends K,? extends V>> |
sameAs(Set<Map.Entry<K,V>> entries) |
static <K,V> org.hamcrest.Matcher<Set<Map.Entry<K,V>>> |
sameAs(Set<Map.Entry<K,V>> entries,
Equivalence<V> equivalence) |
public void describeMismatchSafely(Set<Map.Entry<K,V>> entries, org.hamcrest.Description mismatchDescription)
public void describeTo(org.hamcrest.Description description)
public static <K,V> org.hamcrest.Matcher<Set<Map.Entry<K,V>>> sameAs(Set<Map.Entry<K,V>> entries, Equivalence<V> equivalence)
Copyright © 2017. All rights reserved.