mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-24 03:10:14 +08:00
global exclude robolectric package from omni processor
This commit is contained in:
parent
d1f2c3da97
commit
c6d892da2d
@ -40,7 +40,7 @@ public class TestableClassTransformer implements ClassFileTransformer {
|
||||
* Just avoid spend time to scan those surely non-user classes, should keep these lists as tiny as possible
|
||||
*/
|
||||
private final String[] BLACKLIST_PREFIXES = new String[] { "sun/", "com/sun/", "javax/crypto", "java/util/logging",
|
||||
"org/gradle/" };
|
||||
"org/gradle/", "org/robolectric/" };
|
||||
|
||||
public MockClassParser mockClassParser = new MockClassParser();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user