Package | Description |
---|---|
com.google.common.truth.extensions.proto |
Custom subjects for testing Protocol
Buffer instances.
|
Modifier and Type | Class and Description |
---|---|
class |
ListMultimapWithProtoValuesSubject<S extends ListMultimapWithProtoValuesSubject<S,K,M,C>,K,M extends com.google.protobuf.Message,C extends ListMultimap<K,M>>
Type-specific extension of
MultimapWithProtoValuesSubject , used to detect bad usages of
isEqualTo(com.google.common.collect.SetMultimap<?, ?>) . |
Modifier and Type | Class and Description |
---|---|
static class |
ListMultimapWithProtoValuesSubject.ListMultimapWithMessageValuesSubject<K,M extends com.google.protobuf.Message>
Default implementation of
ListMultimapWithProtoValuesSubject . |
Modifier and Type | Method and Description |
---|---|
static <K,M extends com.google.protobuf.Message> |
ProtoTruth.assertThat(ListMultimap<K,M> listMultimap)
Assert on a
ListMultimap with Message values. |
<K,M extends com.google.protobuf.Message> |
ProtoSubjectBuilder.that(ListMultimap<K,M> map) |
Copyright © 2018. All rights reserved.