You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent update in Spring Framework causes classes that use @Mock to mock TestContext to fail. Updating tests to mock TestContext with Mockito.mock allow the TestContext used by MockitoTestExecutionListener to operate correctly before each test executes.
The text was updated successfully, but these errors were encountered:
A recent update in Spring Framework causes classes that use
@Mock
to mockTestContext
to fail. Updating tests to mockTestContext
withMockito.mock
allow theTestContext
used byMockitoTestExecutionListener
to operate correctly before each test executes.The text was updated successfully, but these errors were encountered: