| Package | Description | 
|---|---|
| com.google.common.truth | 
 Truth is an open source, fluent testing framework for Java that is designed to make your test
 assertions and failure messages more readable. 
 | 
| com.google.common.truth.extensions.proto | 
 Custom subjects for testing Protocol
 Buffer instances. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IntegerSubject | 
Truth.assertThat(Integer target)  | 
IntegerSubject | 
TestVerb.that(Integer target)  | 
| Modifier and Type | Method and Description | 
|---|---|
IntegerSubject | 
LiteProtoSubject.serializedSize()
Returns an  
IntegerSubject on the serialized size of the MessageLite. | 
Copyright © 2016. All rights reserved.