Package | Description |
---|---|
com.google.common.truth.extensions.proto |
Custom subjects for testing Protocol
Buffer instances.
|
Modifier and Type | Class and Description |
---|---|
class |
MapWithProtoValuesSubject<S extends MapWithProtoValuesSubject<S,K,M,C>,K,M extends com.google.protobuf.Message,C extends Map<K,M>>
Truth subject for maps with protocol buffers for values.
|
Modifier and Type | Class and Description |
---|---|
static class |
MapWithProtoValuesSubject.MapWithMessageValuesSubject<K,M extends com.google.protobuf.Message>
Default implementation of
MapWithProtoValuesSubject . |
Modifier and Type | Method and Description |
---|---|
static <K,M extends com.google.protobuf.Message> |
ProtoTruth.assertThat(Map<K,M> map)
Assert on a map with
Message values. |
<K,M extends com.google.protobuf.Message> |
ProtoSubjectBuilder.that(Map<K,M> map) |
Copyright © 2018. All rights reserved.