Uses of Class
com.google.common.truth.IntegerSubject
-
Packages that use IntegerSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests:com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of IntegerSubject in com.google.common.truth
Methods in com.google.common.truth that return IntegerSubject Modifier and Type Method Description static IntegerSubject
Truth. assertThat(@Nullable Integer actual)
Begins an assertion about anInteger
.IntegerSubject
StandardSubjectBuilder. that(@Nullable Integer actual)
-
Uses of IntegerSubject in com.google.common.truth.extensions.proto
Methods in com.google.common.truth.extensions.proto that return IntegerSubject Modifier and Type Method Description IntegerSubject
LiteProtoSubject. serializedSize()
Returns anIntegerSubject
on the serialized size of the MessageLite.
-