Hello,
I just stumbled accross the switched order of the VerificationMode parameter
org.mockito.Mockito.verify(T, VerificationMode)
vs
org.mockito.MockedStatic.verify(VerificationMode, Verification)
Is there a reason, the VerificationMode from MockitoStatic is at first position?
Hello,
I just stumbled accross the switched order of the VerificationMode parameter
vs
Is there a reason, the VerificationMode from MockitoStatic is at first position?