-
Notifications
You must be signed in to change notification settings - Fork 98
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
Powermock #365
Comments
Could you please publish a minimal example (as a github repository) that shows the problem? This would help to investigate what's going wrong. |
sample project: https://github.com/nnar1o/powermock-jgiven-test |
Thanks for the example. I can confirm that it is not working. |
Ok. It seems to be a bug in the |
I reopen the issue, because the mentioned workaround of adding |
Issue will be fixed with v0.16.1 and the mentioned workaround. |
I was able to resolve this issue by annotating the test class with the following: |
When I try to create test using powermock (class annotated with
@RunWith(PowerMockRunner.class)
)Jgiven logging does not work and json report is not generated
The text was updated successfully, but these errors were encountered: