@@ -25,7 +25,7 @@ public Task Usage()
2525 return Verify (" TheValue" );
2626}
2727```
28- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L23-L33 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Recording ' title =' Start of snippet ' >anchor</a ></sup >
28+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L54-L64 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Recording ' title =' Start of snippet ' >anchor</a ></sup >
2929<!-- endSnippet -->
3030
3131Results in:
@@ -61,7 +61,7 @@ public Task TryAdd()
6161 return Verify (" TheValue" );
6262}
6363```
64- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L59-L71 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingTryAdd ' title =' Start of snippet ' >anchor</a ></sup >
64+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L90-L102 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingTryAdd ' title =' Start of snippet ' >anchor</a ></sup >
6565<!-- endSnippet -->
6666
6767
@@ -85,7 +85,7 @@ public Task RecordingScoped()
8585 return Verify ();
8686}
8787```
88- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L82-L97 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingScoped ' title =' Start of snippet ' >anchor</a ></sup >
88+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L113-L128 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingScoped ' title =' Start of snippet ' >anchor</a ></sup >
8989<!-- endSnippet -->
9090
9191Results in:
@@ -117,7 +117,7 @@ public Task SameKey()
117117 return Verify (" TheValue" );
118118}
119119```
120- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L281-L292 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSameKey ' title =' Start of snippet ' >anchor</a ></sup >
120+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L312-L323 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSameKey ' title =' Start of snippet ' >anchor</a ></sup >
121121<!-- endSnippet -->
122122
123123Results in:
@@ -156,7 +156,7 @@ public Task Identifier()
156156 return Verify (Recording .Stop (" identifier" ));
157157}
158158```
159- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L99-L109 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
159+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L130-L140 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
160160<!-- endSnippet -->
161161
162162Results in:
@@ -188,7 +188,7 @@ public Task Case()
188188 return Verify (" TheValue" );
189189}
190190```
191- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L303-L314 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingIgnoreCase ' title =' Start of snippet ' >anchor</a ></sup >
191+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L334-L345 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingIgnoreCase ' title =' Start of snippet ' >anchor</a ></sup >
192192<!-- endSnippet -->
193193
194194Results in:
@@ -223,7 +223,7 @@ public Task Stop()
223223 return Verify (appends .Where (_ => _ .Name != " name1" ));
224224}
225225```
226- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L141-L153 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingStop ' title =' Start of snippet ' >anchor</a ></sup >
226+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L172-L184 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingStop ' title =' Start of snippet ' >anchor</a ></sup >
227227<!-- endSnippet -->
228228
229229Results in:
@@ -255,7 +255,7 @@ public Task StopNotInResult()
255255 return Verify (" other data" );
256256}
257257```
258- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L155-L167 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingStopNotInResult ' title =' Start of snippet ' >anchor</a ></sup >
258+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L186-L198 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingStopNotInResult ' title =' Start of snippet ' >anchor</a ></sup >
259259<!-- endSnippet -->
260260
261261Results in:
@@ -284,7 +284,7 @@ public void IsRecording()
284284 Assert .True (Recording .IsRecording ());
285285}
286286```
287- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L111-L121 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-IsRecording ' title =' Start of snippet ' >anchor</a ></sup >
287+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L142-L152 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-IsRecording ' title =' Start of snippet ' >anchor</a ></sup >
288288<!-- endSnippet -->
289289
290290This can be helpful if the cost of capturing data, to add to recording, is high.
@@ -307,7 +307,7 @@ public Task Clear()
307307 return Verify ();
308308}
309309```
310- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L201-L213 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingClear ' title =' Start of snippet ' >anchor</a ></sup >
310+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L232-L244 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingClear ' title =' Start of snippet ' >anchor</a ></sup >
311311<!-- endSnippet -->
312312
313313Results in:
@@ -343,7 +343,7 @@ public Task PauseResume()
343343 return Verify ();
344344}
345345```
346- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L225-L240 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingPauseResume ' title =' Start of snippet ' >anchor</a ></sup >
346+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L256-L271 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingPauseResume ' title =' Start of snippet ' >anchor</a ></sup >
347347<!-- endSnippet -->
348348
349349Results in:
0 commit comments