| Package | Description | 
|---|---|
| com.google.common.truth | 
 Truth is a library for performing assertions in tests: 
 | 
| com.google.common.truth.extensions.proto | 
 Custom subjects for testing Protocol
 Buffer instances. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MultisetSubject
Propositions for  
Multiset subjects. | 
| 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)
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IterableOfProtosSubject<M extends Message>
Truth subject for the iterables of protocol buffers. 
 | 
Copyright © 2019. All rights reserved.