We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c4344 commit 8e0c491Copy full SHA for 8e0c491
src/Moq/Language/IVerifies.cs
@@ -20,7 +20,7 @@ public interface IVerifies : IFluentInterface
20
/// <example>
21
/// The following example marks the expectation as verifiable:
22
/// <code>
23
- /// mock.Expect(x => x.Execute("ping"))
+ /// mock.Setup(x => x.Execute("ping"))
24
/// .Returns(true)
25
/// .Verifiable();
26
/// </code>
@@ -35,7 +35,7 @@ public interface IVerifies : IFluentInterface
35
36
37
38
39
40
/// .Verifiable("Ping should be executed always!");
41
0 commit comments