Interface ClassHandlerBuilder
Factory interface for
ClassHandler
.
To inject your own ClassHandler, annotate a subclass with AutoService
(ClassHandler).
Robolectric's default ClassHandler is ShadowWrangler
.
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(ShadowMap shadowMap, ShadowMatcher shadowMatcher, Interceptors interceptors) Builds ainstance
.
-
Method Details
-
build
Builds ainstance
.
-