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