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

Implement PowerMock annotation engine #838

Open
thekingn0thing opened this issue Aug 27, 2017 · 0 comments
Open

Implement PowerMock annotation engine #838

thekingn0thing opened this issue Aug 27, 2017 · 0 comments
Labels
Milestone

Comments

@thekingn0thing
Copy link
Member

thekingn0thing commented Aug 27, 2017

At current moment PowerMock uses either EasyMock or Mockito annotation processing classes to create and inject mocks base on annotation. But to support ability creating mocks for not-mockable types PowerMock uses dirty hacks and internal code of mocking frameworks. to avoid such behaviour and depending on internal API PowerMock has to support it own custom annotation engine that have to support basic feature of frameworks engine or call only public API.

Take into account case with injection for modified classes
#807 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant