| Package | Description | 
|---|---|
| com.google.common.truth | 
 Truth is a library for performing assertions in tests: 
 | 
| 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 actual)  | 
<ComparableT extends Comparable<?>> | 
StandardSubjectBuilder.that(ComparableT actual)  | 
Copyright © 2019. All rights reserved.