Package | Description |
---|---|
com.google.common.truth |
Truth is a library for performing assertions in tests:
|
Modifier and Type | Method and Description |
---|---|
static DoubleSubject |
Truth.assertThat(Double actual) |
DoubleSubject |
OptionalDoubleSubject.hasValueThat()
Deprecated.
Instead of
assertThat(optional).hasValueThat().... , use assertThat(optional.getAsDouble()).... . |
DoubleSubject |
StandardSubjectBuilder.that(Double actual) |
Copyright © 2019. All rights reserved.