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 |
---|---|
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 © 2018. All rights reserved.