mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-09 20:00:21 +08:00
better to skip classes in javax/crypto package
This commit is contained in:
parent
d463f863db
commit
e948e625ea
@ -38,7 +38,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
|
* 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/", "org/gradle/" };
|
private final String[] BLACKLIST_PREFIXES = new String[] { "sun/", "com/sun/", "javax/crypto", "org/gradle/" };
|
||||||
|
|
||||||
public MockClassParser mockClassParser = new MockClassParser();
|
public MockClassParser mockClassParser = new MockClassParser();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user