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