/ Published in: C#
Verify that the Execute("ping") method is never called.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mock.Verify(foo => foo.Execute("ping"), Times.Never());