| Package | Description |
|---|---|
| com.google.common.truth |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BooleanSubject |
Propositions for boolean subjects.
|
class |
IntegerSubject |
Propositions for
Integer subjects. |
class |
LongSubject |
Propositions for
long subjects. |
class |
StringSubject |
Propositions for string subjects.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends Comparable<?>> |
Truth.assertThat(T target) |
|
<T extends Comparable<?>> |
TestVerb.that(T target) |
Copyright © 2019. All rights reserved.