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