| 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 | Method and Description |
|---|---|
static MultimapSubject |
Truth.assertThat(Multimap<?,?> actual) |
MultimapSubject |
StandardSubjectBuilder.that(Multimap<?,?> actual) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultimapWithProtoValuesSubject<M extends Message>
Truth subject for
Multimaps with protocol buffers for values. |
Copyright © 2020. All rights reserved.