Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 834 Bytes

File metadata and controls

7 lines (5 loc) · 834 Bytes
Rule ID Title Description
PH2048 Mock arguments must match constructor Mock<T> construction must call an existing constructor.
PH2053 Mock raise arguments must match event Mock<T>.Raise(x => x.Event += null, sender, args) must have correct parameters. Their types must match.
PH2054 Mock raise arguments must match event count Mock<T>.Raise(x => x.Event += null, sender, args) must have correct parameters. The argument count must match.