Package | Description |
---|---|
com.google.common.truth |
Modifier and Type | Method and Description |
---|---|
DoubleSubject.TolerantDoubleComparison |
DoubleSubject.isNotWithin(double tolerance)
Prepares for a check that the subject is 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 within the given tolerance of an expected value
that will be provided in the next call in the fluent chain.
|
Copyright © 2015. All rights reserved.