| Package | Description | 
|---|---|
| com.google.common.truth | 
 Truth is a library for performing assertions in
 tests: 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FloatSubject.TolerantFloatComparison | 
FloatSubject.isNotWithin(float tolerance)
Prepares for a check that the subject is a finite number not within the given tolerance of an
 expected value that will be provided in the next call in the fluent chain. 
 | 
FloatSubject.TolerantFloatComparison | 
FloatSubject.isWithin(float tolerance)
Prepares for a check that the subject is a finite number within the given tolerance of an
 expected value that will be provided in the next call in the fluent chain. 
 | 
Copyright © 2020. All rights reserved.