Uses of Class
com.google.common.truth.OptionalLongSubject
Packages that use OptionalLongSubject
-
Uses of OptionalLongSubject in com.google.common.truth
Methods in com.google.common.truth that return OptionalLongSubjectModifier and TypeMethodDescriptionstatic OptionalLongSubject
Truth.assertThat
(@Nullable OptionalLong actual) Begins an assertion about anOptionalLong
.static OptionalLongSubject
Truth8.assertThat
(@Nullable OptionalLong actual) Deprecated.final OptionalLongSubject
StandardSubjectBuilder.that
(@Nullable OptionalLong actual) Methods in com.google.common.truth that return types with arguments of type OptionalLongSubject
about(optionalLongs()).that(...)
, use justthat(...)
.