| Package | Description | 
|---|---|
| com.google.common.truth.extensions.proto | 
 Custom subjects for testing Protocol
 Buffer instances. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProtoSubject
Truth subject for the full version of Protocol Buffers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LiteProtoSubject | 
ProtoTruth.assertThat(MessageLite messageLite)
Assert on a single  
MessageLite instance. | 
static LiteProtoSubject | 
LiteProtoTruth.assertThat(MessageLite messageLite)  | 
LiteProtoSubject | 
ProtoSubjectBuilder.that(MessageLite messageLite)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Subject.Factory<LiteProtoSubject,MessageLite> | 
LiteProtoTruth.liteProtos()  | 
Copyright © 2019. All rights reserved.