v1.7.0
New rules:
- PosInfoMoq1002:
Verify()
methods should be called whenVerifiable()
has been setup (fixes #22).
Improvements/Fixes
- Fix the PosInfoMoq1000 rule to check only the call to
VerifyAll()
method (fixes #22). - Fix a bug when developer use custom Setup() method when using Moq (fixes #12).
Internal
- Use Moq NuGet packages for the unit tests (fixes #23).