Package org.robolectric.sandbox
Interface ShadowMatcher
-
- All Known Implementing Classes:
AndroidSdkShadowMatcher
public interface ShadowMatcherShadowMatcher is used byShadowWranglerto provide library-specific rules about whether shadow classes and methods should be considered matches.
-
-
Field Summary
Fields Modifier and Type Field Description static ShadowMatcherMATCH_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Method method)booleanmatches(ShadowInfo shadowInfo)
-
-
-
Field Detail
-
MATCH_ALL
static final ShadowMatcher MATCH_ALL
-
-
Method Detail
-
matches
boolean matches(ShadowInfo shadowInfo)
-
matches
boolean matches(Method method)
-
-