| Package | Description |
|---|---|
| com.oracle.bedrock.matchers |
| Modifier and Type | Field and Description |
|---|---|
static Equivalence |
Equivalence.EQUALS
The standard
Object.equals(Object) function. |
static Equivalence<String> |
Equivalence.EQUALS_IGNORE_CASE
The
String.equalsIgnoreCase(String) function. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> org.hamcrest.Matcher<Map<? extends K,? extends V>> |
MapMatcher.sameAs(Map<K,V> map,
Equivalence<V> valueEquivalence) |
static <K,V> org.hamcrest.Matcher<Set<Map.Entry<K,V>>> |
EntrySetMatcher.sameAs(Set<Map.Entry<K,V>> entries,
Equivalence<V> equivalence) |
Copyright © 2017. All rights reserved.