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 |
StandardSubjectBuilder.that(Iterable<?> actual) |
IterableSubject |
MultimapSubject.valuesForKey(Object key)
Returns a context-aware
Subject for making assertions about the values for the given
key within the Multimap . |
Copyright © 2017. All rights reserved.