Uses of Class
com.google.common.truth.CustomSubjectBuilder
-
Uses of CustomSubjectBuilder in com.google.common.truth
Classes in com.google.common.truth with type parameters of type CustomSubjectBuilderModifier and TypeInterfaceDescriptionstatic interface
CustomSubjectBuilder.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) 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
.