Uses of Class
com.google.common.truth.CustomSubjectBuilder
Packages that use CustomSubjectBuilder
Package
Description
Truth is a library for performing assertions in
tests:
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 CustomSubjectBuilderModifier and TypeInterfaceDescriptionstatic interfaceCustomSubjectBuilder.Factory<CustomSubjectBuilderT extends CustomSubjectBuilder>Methods in com.google.common.truth with type parameters of type CustomSubjectBuilderModifier and TypeMethodDescriptionfinal <CustomSubjectBuilderT extends CustomSubjectBuilder>
CustomSubjectBuilderTStandardSubjectBuilder.about(CustomSubjectBuilder.Factory<CustomSubjectBuilderT> factory) A generic, advanced method of extension of Truth to new types, which is documented onCustomSubjectBuilder.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.protoModifier and TypeClassDescriptionfinal classCustomSubjectBuilderwhich aggregates all Proto-relatedSubjectclasses into a single place.