Uses of Interface
com.google.common.truth.CustomSubjectBuilder.Factory
-
Uses of CustomSubjectBuilder.Factory in com.google.common.truth
Methods in com.google.common.truth with parameters of type CustomSubjectBuilder.FactoryModifier 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
.