google / gwtmockito

Better GWT unit testing
https://google.github.io/gwtmockito
Apache License 2.0
157 stars 50 forks source link

Add support for JUnit 4.12 private field rename #38

Closed selesse closed 9 years ago

selesse commented 9 years ago

As part of this JUnit commit, the private field fTestClass was renamed to testClass. I found a related discussion here.

This fix should add support for using gwtmockito with JUnit 4.12+.

ekuefler commented 9 years ago

Thanks!