Details
-
Bug
-
Resolution: Fixed
-
Major
-
10.3
-
None
-
Medium
-
N/A
-
N/A
-
Description
The effect is that the component obtained with @MockComponent is different than the mock component injected into the tested component (@InjectMockComponents) so whatever constraints you put on the first (using Mockito) doesn't affect the second.