File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Sources/Testing/Testing.docc Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ their problems.
36
36
#### Related videos
37
37
38
38
@Links (visualStyle: compactGrid) {
39
- - < doc ://com .apple.documentation /videos/play/wwdc2024/10179>
40
- - < doc ://com .apple.documentation /videos/play/wwdc2024/10195>
39
+ - https ://developer .apple.com /videos/play/wwdc2024/10179
40
+ - https ://developer .apple.com /videos/play/wwdc2024/10195
41
41
}
42
42
43
43
## Topics
Original file line number Diff line number Diff line change @@ -556,9 +556,11 @@ test function with an instance of this trait type to control whether it runs:
556
556
}
557
557
}
558
558
559
- <!-- TODO: document Test.cancel() and Test.Case.cancel() here
559
+ <!-- TODO: document Test.cancel() and Test.Case.cancel() here, and update
560
+ relevant links to use proper DocC symbol references.
561
+
560
562
If a test has already started running and you determine it cannot complete and
561
- should end early without failing, use `` Test/cancel(_:sourceLocation:)` ` instead
563
+ should end early without failing, use `Test/cancel(_:sourceLocation:)` instead
562
564
of [`XCTSkip`](https://developer.apple.com/documentation/xctest/xctskip) to
563
565
cancel the task associated with the current test:
564
566
@@ -592,7 +594,7 @@ cancel the task associated with the current test:
592
594
}
593
595
594
596
If the test is parameterized and you only want to cancel the current test case
595
- rather than the entire test, use `` Test/Case/cancel(_:sourceLocation:)` `.
597
+ rather than the entire test, use `Test/Case/cancel(_:sourceLocation:)`.
596
598
-->
597
599
598
600
### Annotate known issues
You can’t perform that action at this time.
0 commit comments