We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestableClassTransformer#lookForMockWithAnnotationAsSourceClass -> TestableClassTransformer#parseMockWithAnnotation ... if (isExpectedType(cn.name, type, expectedType)) { Type clazz = AnnotationUtil.getAnnotationParameter(an, ConstPool.FIELD_VALUE, Type.getType(NullType.class), Type.class); DiagnoseUtil.setupByClass(ClassUtil.getClassNode(clazz.getClassName())); return clazz.getClassName(); } ...
clazz.getClassName() should be converted to vm className
The text was updated successfully, but these errors were encountered:
Could you provide more details or a test case to show why this mock class is incorrect ?
Sorry, something went wrong.
className should be converted to slash format in method TestableClassTransformer#lookForMockWithAnnotationAsTestClass before return ,like:com/xxx/xxx
No branches or pull requests
clazz.getClassName() should be converted to vm className
The text was updated successfully, but these errors were encountered: