-
Notifications
You must be signed in to change notification settings - Fork 100
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
compilation error when mocking classes defined inside traits #198
Comments
vglushak
changed the title
[internal classes as parameters] the super classes of Some contain the following, non final members named method
compilation error when mocking classes defined inside traits
Aug 31, 2017
Thanks for raising this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ScalaMock Version (e.g. 3.5.0)
3.5.0
Scala Version (e.g. 2.12)
2.11
Runtime (JVM or JS)
JVM
Please describe the expected behavior of the issue
Mock should be created correctly. No exceptions thrown.
Please provide a description of what actually happens
Compilation exception is thrown when pass as parameter a List of internal classes.
Reproducible Test Case
Woraround:
Move Param case class outside or at least to object with the same name.
The text was updated successfully, but these errors were encountered: