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