| 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 |
|---|---|
static DoubleSubject |
Truth.assertThat(Double actual) |
DoubleSubject |
OptionalDoubleSubject.hasValueThat()
Prepares for a check regarding the value contained within the
OptionalDouble. |
DoubleSubject |
StandardSubjectBuilder.that(Double actual) |
Copyright © 2019. All rights reserved.