mirror of
https://github.com/alibaba/testable-mock.git
synced 2026-09-05 22:15:02 +08:00
also fit for EnhancerBySpringCGLIB
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user