Interface ClassHandlerBuilder
-
@AutoFactory public interface ClassHandlerBuilder
Factory interface forClassHandler
. To inject your own ClassHandler, annotate a subclass withAutoService
(ClassHandler). Robolectric's default ClassHandler isShadowWrangler
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassHandler
build(ShadowMap shadowMap, ShadowMatcher shadowMatcher, Interceptors interceptors)
Builds ainstance
.
-
-
-
Method Detail
-
build
ClassHandler build(ShadowMap shadowMap, ShadowMatcher shadowMatcher, Interceptors interceptors)
Builds ainstance
.
-
-