mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-10 20:30:11 +08:00
also fit for EnhancerBySpringCGLIB
This commit is contained in:
parent
079410ee0f
commit
b42ee1c9b9
@ -17,7 +17,7 @@ public class ConstPool {
|
||||
public static final String MOCK_CONSTRUCTOR = "com.alibaba.testable.core.annotation.MockConstructor";
|
||||
public static final String TESTABLE_MOCK = "com.alibaba.testable.core.annotation.TestableMock";
|
||||
|
||||
public static final String CGLIB_CLASS_INFIX = "$$EnhancerByCGLIB$$";
|
||||
public static final String CGLIB_CLASS_INFIX = "$$EnhancerBy";
|
||||
|
||||
/**
|
||||
* Name of the constructor method
|
||||
|
Loading…
Reference in New Issue
Block a user