Uses of Class
com.google.common.truth.CustomSubjectBuilder
-
Packages that use CustomSubjectBuilder 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 CustomSubjectBuilder in com.google.common.truth
Classes in com.google.common.truth with type parameters of type CustomSubjectBuilder Modifier and Type Interface Description static interface
CustomSubjectBuilder.Factory<CustomSubjectBuilderT extends CustomSubjectBuilder>
Methods in com.google.common.truth with type parameters of type CustomSubjectBuilder Modifier and Type Method Description <CustomSubjectBuilderT extends CustomSubjectBuilder>
CustomSubjectBuilderTStandardSubjectBuilder. about(CustomSubjectBuilder.Factory<CustomSubjectBuilderT> factory)
static <CustomSubjectBuilderT extends CustomSubjectBuilder>
CustomSubjectBuilderTTruth. assertAbout(CustomSubjectBuilder.Factory<CustomSubjectBuilderT> factory)
A generic, advanced method of extension of Truth to new types, which is documented onCustomSubjectBuilder
. -
Uses of CustomSubjectBuilder in com.google.common.truth.extensions.proto
Subclasses of CustomSubjectBuilder in com.google.common.truth.extensions.proto Modifier and Type Class Description class
ProtoSubjectBuilder
CustomSubjectBuilder
which aggregates all Proto-relatedSubject
classes into a single place.
-