| 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 | Class and Description | 
|---|---|
class  | 
AbstractDelegatedVerb<V extends AbstractDelegatedVerb<V>>
An extendable type that allows plugin creators to define their own  
that() methods for the
 Truth SPI. | 
interface  | 
DelegatedVerbFactory<V extends AbstractDelegatedVerb<V>>
A generic version of  
SubjectFactory which defines its own verb type. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
A special Verb implementation which wraps a SubjectFactory 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<V extends AbstractDelegatedVerb<V>> | 
AbstractVerb.about(DelegatedVerbFactory<V> factory)
A generic, advanced method of extension of Truth to new types, which is documented on  
DelegatedVerbFactory. | 
static <V extends AbstractDelegatedVerb<V>> | 
Truth.assertAbout(DelegatedVerbFactory<V> factory)
A generic, advanced method of extension of Truth to new types, which is documented on  
DelegatedVerbFactory. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProtoTruthDelegatedVerb
Custom  
AbstractDelegatedVerb which aggregates all Proto-related Subject classes into a single place. | 
Copyright © 2017. All rights reserved.