Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 8.4.4
-
Component/s: Development Issues only - Test
-
Labels:None
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
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.