| Package | Description |
|---|---|
| com.google.common.truth | |
| com.google.common.truth.codegen | |
| org.truth0.subjects |
| Modifier and Type | Field | Description |
|---|---|---|
static SubjectFactory<IntegerSubject,Integer> |
IntegerSubject.INTEGER |
Deprecated.
Use a
for each style loop over your Iterable<Integer> instead. |
static SubjectFactory<LongSubject,Long> |
LongSubject.LONG |
Deprecated.
Use a
for each style loop over your Iterable<Integer> instead. |
static SubjectFactory<StringSubject,String> |
StringSubject.STRING |
Deprecated.
Use a
for each style loop over your Iterable<Integer> instead. |
| Modifier and Type | Method | Description |
|---|---|---|
<S extends Subject<S,T>,T,SF extends SubjectFactory<S,T>> |
AbstractVerb.about(SF factory) |
The recommended method of extension of Truth to new types, which is
documented in
com.google.common.truth.delegation.DelegationTest. |
<S extends Subject<S,T>,SF extends SubjectFactory<S,T>> |
IteratingVerb.thatEach(SF factory) |
| Constructor | Description |
|---|---|
DelegatedVerb(FailureStrategy fs,
SubjectFactory<S,T> factory) |
| Constructor | Description |
|---|---|
IteratingWrapperClassBuilder(SubjectFactory<?,?> subjectFactory) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SubjectFactory<S extends Subject<S,T>,T> |
Deprecated.
use
SubjectFactory. |
Copyright © 2019. All rights reserved.