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