v1.2.0
Add the following rules:
- PosInfoMoq2001: The
Setup()
method must be used only on overridable members. (fixes #4). - PosInfoMoq2002:
Mock<T>
class can be used only to mock non-sealed class.
Add the following rules:
Setup()
method must be used only on overridable members. (fixes #4).Mock<T>
class can be used only to mock non-sealed class.