Skip to content
New issue

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

Problem with newer mockito? #20

Closed
praiskup opened this issue Feb 12, 2019 · 1 comment
Closed

Problem with newer mockito? #20

praiskup opened this issue Feb 12, 2019 · 1 comment
Assignees

Comments

@praiskup
Copy link

[ERROR] /builddir/build/BUILD/java-comment-preprocessor-6.1.4/src/test/java/com/igormaznitsa/jcp/AbstractMockPreprocessorContextTest.java:[44,52] cannot find symbol
symbol: method getArgumentAt(int,java.lang.Class<java.lang.String>)
location: variable invocation of type org.mockito.invocation.InvocationOnMock
[ERROR] /builddir/build/BUILD/java-comment-preprocessor-6.1.4/src/test/java/com/igormaznitsa/jcp/AbstractMockPreprocessorContextTest.java:[44,124] cannot find symbol
symbol: method getArgumentAt(int,java.lang.Class<java.lang.Throwable>)
location: variable invocation of type org.mockito.invocation.InvocationOnMock

Seems to be related to mockito/mockito/issues/945

@raydac
Copy link
Owner

raydac commented Feb 12, 2019

yes, new mockito version can't be used with 6.1.4, I have reworked project structure and fixed build process in 7.0.0-SNAPSHOT to be compatible with mockito and java 11

@raydac raydac self-assigned this Feb 12, 2019
@raydac raydac closed this as completed Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants