| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ComparableSubject<S extends ComparableSubject<S,T>,T extends Comparable>
Propositions for  
Comparable typed subjects. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BigDecimalSubject
Propositions for  
BigDecimal typed subjects. | 
class  | 
DoubleSubject
Propositions for  
Double subjects. | 
class  | 
FloatSubject
Propositions for  
Float subjects. | 
class  | 
IntegerSubject
Propositions for  
Integer subjects. | 
class  | 
LongSubject
Propositions for  
long subjects. | 
class  | 
StringSubject
Propositions for string subjects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Comparable<?>>  | 
Truth.assertThat(T target)  | 
<T extends Comparable<?>>  | 
TestVerb.that(T target)  | 
Copyright © 2016. All rights reserved.