Uses of Class
com.google.common.truth.AbstractVerb.DelegatedVerb
-
Packages that use AbstractVerb.DelegatedVerb Package Description com.google.common.truth -
-
Uses of AbstractVerb.DelegatedVerb in com.google.common.truth
Methods in com.google.common.truth that return AbstractVerb.DelegatedVerb Modifier and Type Method Description <S extends Subject<S,T>,T,SF extends SubjectFactory<S,T>>
AbstractVerb.DelegatedVerb<S,T>AbstractVerb. about(SF factory)
The recommended method of extension of Truth to new types, which is documented incom.google.common.truth.delegation.DelegationTest
.
-