|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionSubject | |
---|---|
org.junit.contrib.truth | |
org.junit.contrib.truth.subjects |
Uses of CollectionSubject in org.junit.contrib.truth |
---|
Methods in org.junit.contrib.truth that return CollectionSubject | ||
---|---|---|
|
TestVerb.that(Collection<T> target)
|
Methods in org.junit.contrib.truth that return types with arguments of type CollectionSubject | ||
---|---|---|
|
TestVerb.that(Collection<T> target)
|
Uses of CollectionSubject in org.junit.contrib.truth.subjects |
---|
Classes in org.junit.contrib.truth.subjects with type parameters of type CollectionSubject | |
---|---|
class |
CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>
|
Subclasses of CollectionSubject in org.junit.contrib.truth.subjects | |
---|---|
class |
ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>
|
Methods in org.junit.contrib.truth.subjects that return CollectionSubject | ||
---|---|---|
static
|
CollectionSubject.create(FailureStrategy failureStrategy,
Collection<T> list)
|
Methods in org.junit.contrib.truth.subjects that return types with arguments of type CollectionSubject | ||
---|---|---|
static
|
CollectionSubject.create(FailureStrategy failureStrategy,
Collection<T> list)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |