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
The support of the Mock.Verify() / Mock.VerifyAll() must be added in the PosInfoMoq1000 rule.
Currently the following scenario raise a warning:
publicvoidTest(){varmock=newMock<I>(MockBehavior.Strict);Mock.VerifyAll(mock);// The mock is verified, so no warning should be raised at the instantiation level.}
The text was updated successfully, but these errors were encountered:
The support of the Mock.Verify() / Mock.VerifyAll() must be added in the PosInfoMoq1000 rule.
Currently the following scenario raise a warning:
The text was updated successfully, but these errors were encountered: