| 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 | Method and Description | 
|---|---|
DoubleSubject.TolerantDoubleComparison | 
DoubleSubject.isNotWithin(double 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. 
 | 
DoubleSubject.TolerantDoubleComparison | 
DoubleSubject.isWithin(double 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 © 2016. All rights reserved.