Package | Description |
---|---|
com.google.common.truth |
Truth is an open source, fluent testing framework for Java that is designed to make your test
assertions and failure messages more readable.
|
Modifier and Type | Class and Description |
---|---|
class |
MultisetSubject
Propositions for
Multiset subjects. |
class |
SortedSetSubject
Tests for
SortedSet and NavigableSet objects. |
Modifier and Type | Method and Description |
---|---|
IterableSubject |
ObjectArraySubject.asList() |
IterableSubject |
PrimitiveIntArraySubject.asList() |
IterableSubject |
PrimitiveCharArraySubject.asList() |
IterableSubject |
PrimitiveLongArraySubject.asList() |
IterableSubject |
PrimitiveBooleanArraySubject.asList() |
IterableSubject |
PrimitiveShortArraySubject.asList() |
IterableSubject |
PrimitiveByteArraySubject.asList() |
static IterableSubject |
Truth.assertThat(Iterable<?> actual) |
IterableSubject |
TruthFailureSubject.factKeys()
Returns a subject for the list of fact keys.
|
IterableSubject |
StandardSubjectBuilder.that(Iterable<?> actual) |
IterableSubject |
MultimapSubject.valuesForKey(Object key)
|
Copyright © 2018. All rights reserved.