Uses of Class
com.google.common.truth.OptionalLongSubject
-
Packages that use OptionalLongSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of OptionalLongSubject in com.google.common.truth
Methods in com.google.common.truth that return OptionalLongSubject Modifier and Type Method Description static OptionalLongSubject
Truth. assertThat(@Nullable OptionalLong actual)
Begins an assertion about anOptionalLong
.static OptionalLongSubject
Truth8. assertThat(@Nullable OptionalLong target)
Deprecated.OptionalLongSubject
StandardSubjectBuilder. that(@Nullable OptionalLong actual)
Methods in com.google.common.truth that return types with arguments of type OptionalLongSubject Modifier and Type Method Description static Subject.Factory<OptionalLongSubject,OptionalLong>
OptionalLongSubject. optionalLongs()
Deprecated.Instead ofabout(optionalLongs()).that(...)
, use justthat(...)
.
-