Details
-
Bug
-
Resolution: Fixed
-
Major
-
8.4.4
-
None
-
N/A
-
N/A
-
Description
The implementation of IsolatedTestClassLoader#loadClass is not compatible with the behavior of URLClassLoader#loadClass which end up breaking Mockito 2 here. We were mostly lucky before.