| 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 | Interface and Description | 
|---|---|
static interface  | 
CustomSubjectBuilder.Factory<CustomSubjectBuilderT extends CustomSubjectBuilder>
 | 
| Modifier and Type | Method and Description | 
|---|---|
<CustomSubjectBuilderT extends CustomSubjectBuilder> | 
StandardSubjectBuilder.about(CustomSubjectBuilder.Factory<CustomSubjectBuilderT> factory)  | 
static <CustomSubjectBuilderT extends CustomSubjectBuilder> | 
Truth.assertAbout(CustomSubjectBuilder.Factory<CustomSubjectBuilderT> factory)
A generic, advanced method of extension of Truth to new types, which is documented on  
CustomSubjectBuilder. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProtoSubjectBuilder
CustomSubjectBuilder which aggregates all Proto-related Subject classes into a single place. | 
Copyright © 2019. All rights reserved.