| 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 MapSubject |
Truth.assertThat(Map<?,?> actual) |
MapSubject |
StandardSubjectBuilder.that(Map<?,?> actual) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapWithProtoValuesSubject<M extends Message>
Truth subject for maps with protocol buffers for values.
|
Copyright © 2019. All rights reserved.