google / gwtmockito

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

Parent class loader delegation #54

Closed leanseefeld closed 8 years ago

leanseefeld commented 8 years ago

Fix to allow the parent class loader returned in GwtMockitoTestRunner.getParentClassloader() load the classes from blacklisted packages, instead of always using the GwtMockitoTestRunner class' class loader. Check comment on commit ca1275576fa7e8aeb8d29532a1d0bc0c6a17012c for more details.

ekuefler commented 8 years ago

Thanks for the fix!