@@ -85,7 +85,7 @@ public Task RecordingScoped()
85
85
return Verify ();
86
86
}
87
87
```
88
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L73-L88 ' 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#L82-L97 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingScoped ' title =' Start of snippet ' >anchor</a ></sup >
89
89
<!-- endSnippet -->
90
90
91
91
Results in:
@@ -117,7 +117,7 @@ public Task SameKey()
117
117
return Verify (" TheValue" );
118
118
}
119
119
```
120
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L272-L283 ' 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#L289-L300 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSameKey ' title =' Start of snippet ' >anchor</a ></sup >
121
121
<!-- endSnippet -->
122
122
123
123
Results in:
@@ -154,7 +154,7 @@ public Task Identifier()
154
154
return Verify (Recording .Stop (" identifier" ));
155
155
}
156
156
```
157
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L90-L100 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
157
+ <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 >
158
158
<!-- endSnippet -->
159
159
160
160
Results in:
@@ -186,7 +186,7 @@ public Task Case()
186
186
return Verify (" TheValue" );
187
187
}
188
188
```
189
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L294-L305 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingIgnoreCase ' title =' Start of snippet ' >anchor</a ></sup >
189
+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L311-L322 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingIgnoreCase ' title =' Start of snippet ' >anchor</a ></sup >
190
190
<!-- endSnippet -->
191
191
192
192
Results in:
@@ -221,7 +221,7 @@ public Task Stop()
221
221
return Verify (appends .Where (_ => _ .Name != " name1" ));
222
222
}
223
223
```
224
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L132-L144 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingStop ' title =' Start of snippet ' >anchor</a ></sup >
224
+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L149-L161 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingStop ' title =' Start of snippet ' >anchor</a ></sup >
225
225
<!-- endSnippet -->
226
226
227
227
Results in:
@@ -253,7 +253,7 @@ public Task StopNotInResult()
253
253
return Verify (" other data" );
254
254
}
255
255
```
256
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L146-L158 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingStopNotInResult ' title =' Start of snippet ' >anchor</a ></sup >
256
+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L163-L175 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingStopNotInResult ' title =' Start of snippet ' >anchor</a ></sup >
257
257
<!-- endSnippet -->
258
258
259
259
Results in:
@@ -282,7 +282,7 @@ public void IsRecording()
282
282
Assert .True (Recording .IsRecording ());
283
283
}
284
284
```
285
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L102-L112 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-IsRecording ' title =' Start of snippet ' >anchor</a ></sup >
285
+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L119-L129 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-IsRecording ' title =' Start of snippet ' >anchor</a ></sup >
286
286
<!-- endSnippet -->
287
287
288
288
This can be helpful if the cost of capturing data, to add to recording, is high.
@@ -305,7 +305,7 @@ public Task Clear()
305
305
return Verify ();
306
306
}
307
307
```
308
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L192-L204 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingClear ' title =' Start of snippet ' >anchor</a ></sup >
308
+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L209-L221 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingClear ' title =' Start of snippet ' >anchor</a ></sup >
309
309
<!-- endSnippet -->
310
310
311
311
Results in:
@@ -341,7 +341,7 @@ public Task PauseResume()
341
341
return Verify ();
342
342
}
343
343
```
344
- <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L216-L231 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingPauseResume ' title =' Start of snippet ' >anchor</a ></sup >
344
+ <sup ><a href =' /src/Verify.Tests/RecordingTests.cs#L233-L248 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingPauseResume ' title =' Start of snippet ' >anchor</a ></sup >
345
345
<!-- endSnippet -->
346
346
347
347
Results in:
0 commit comments