Package | Description |
---|---|
com.google.common.truth |
Modifier and Type | Class and Description |
---|---|
class |
CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>> |
Modifier and Type | Class and Description |
---|---|
class |
ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>> |
Modifier and Type | Method and Description |
---|---|
static <T,C extends Collection<T>> |
Truth.assertThat(Collection<T> target) |
static <T,C extends Collection<T>> |
CollectionSubject.create(FailureStrategy failureStrategy,
Collection<T> collection) |
<T,C extends Collection<T>> |
TestVerb.that(Collection<T> target) |
Modifier and Type | Method and Description |
---|---|
static <T,C extends Collection<T>> |
Truth.assertThat(Collection<T> target) |
static <T,C extends Collection<T>> |
CollectionSubject.create(FailureStrategy failureStrategy,
Collection<T> collection) |
<T,C extends Collection<T>> |
TestVerb.that(Collection<T> target) |
Copyright © 2016. All rights reserved.