Package | Description |
---|---|
com.google.common.truth |
Modifier and Type | Class and Description |
---|---|
class |
MapSubject<S extends MapSubject<S,K,V,M>,K,V,M extends Map<K,V>> |
Modifier and Type | Method and Description |
---|---|
static <K,V,M extends Map<K,V>> |
Truth.assertThat(Map<K,V> target) |
static <K,V,M extends Map<K,V>> |
MapSubject.create(FailureStrategy failureStrategy,
Map<K,V> map) |
<K,V,M extends Map<K,V>> |
TestVerb.that(Map<K,V> target) |
Modifier and Type | Method and Description |
---|---|
static <K,V,M extends Map<K,V>> |
Truth.assertThat(Map<K,V> target) |
static <K,V,M extends Map<K,V>> |
MapSubject.create(FailureStrategy failureStrategy,
Map<K,V> map) |
<K,V,M extends Map<K,V>> |
TestVerb.that(Map<K,V> target) |
Copyright © 2017. All rights reserved.