Skip to content

Commit 1ce79a6

Browse files
Unimplemented improvements (#86)
* Use parameter pack in place of generic arguments with limit of 5 * Fix test assertion providing proper argument of invocation * wip * wip * wip --------- Co-authored-by: AgapovOne <agapov.one@gmail.com>
1 parent 107cb17 commit 1ce79a6

17 files changed

+276
-2044
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Deprecations
2+
3+
Review unsupported APIs and their replacements.
4+
5+
## Overview
6+
7+
Avoid using deprecated APIs in your app.
8+
9+
## Topics
10+
11+
### Unimplemented dependencies
12+
13+
- ``unimplemented(_:file:fileID:line:)-7w4sd``
14+
- ``unimplemented(_:file:fileID:line:)-dh05``
15+
- ``unimplemented(_:file:fileID:line:)-74vrh``
16+
- ``XCTUnimplemented(_:)-36h59``
17+
- ``XCTUnimplemented(_:)-8fvli``
18+
- ``XCTUnimplemented(_:file:line:)-7xjl4``
19+
- ``XCTUnimplemented(_:file:line:)-69z9t``
20+
- ``XCTUnimplemented(_:placeholder:)-9rrxn``
21+
- ``XCTUnimplemented(_:placeholder:)-71986``
22+
- ``XCTUnimplementedFailure``
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ``XCTestDynamicOverlay/unimplemented(_:fileID:line:)-7znj2``
2+
3+
## Topics
4+
5+
### Overloads
6+
7+
- ``XCTestDynamicOverlay/unimplemented(_:fileID:line:)-9kphk``
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ``XCTestDynamicOverlay/unimplemented(_:placeholder:fileID:line:)-70bno``
2+
3+
## Topics
4+
5+
### Overloads
6+
7+
- ``XCTestDynamicOverlay/unimplemented(_:placeholder:fileID:line:)-41gxp``
8+
- ``XCTestDynamicOverlay/unimplemented(_:placeholder:fileID:line:)-9tt2k``
9+
10+
### Failure
11+
12+
- ``UnimplementedFailure``
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ``XCTestDynamicOverlay/XCTExpectFailure(_:enabled:strict:failingBlock:issueMatcher:)``
2+
3+
## Topics
4+
5+
### Overloads
6+
7+
- ``XCTExpectFailure(_:enabled:strict:issueMatcher:)``
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ``XCTestDynamicOverlay/XCTFail(_:file:line:)``
2+
3+
## Topics
4+
5+
### Overloads
6+
7+
- ``XCTFail(_:)``
8+
9+
### Context
10+
11+
- ``XCTFailContext``

Sources/XCTestDynamicOverlay/Documentation.docc/Unimplemented.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

Sources/XCTestDynamicOverlay/Documentation.docc/UnimplementedPlaceholder.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

Sources/XCTestDynamicOverlay/Documentation.docc/XCTUnimplemented.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

Sources/XCTestDynamicOverlay/Documentation.docc/XCTUnimplementedPlaceholder.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

Sources/XCTestDynamicOverlay/Documentation.docc/XCTestDynamicOverlay.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ to prevent App Store rejections due to runtime loading of symbols.
5959

6060
### Overlays
6161

62-
- ``XCTFail(_:)``
6362
- ``XCTFail(_:file:line:)``
63+
- ``XCTExpectFailure(_:enabled:strict:failingBlock:issueMatcher:)``
6464

65-
### Unimplemented Dependencies
65+
### Unimplemented dependencies
6666

67-
- ``unimplemented(_:placeholder:fileID:line:)-7jrdo``
68-
- ``unimplemented(_:fileID:line:)-5098a``
67+
- ``unimplemented(_:placeholder:fileID:line:)-70bno``
68+
- ``unimplemented(_:fileID:line:)-7znj2``
69+
70+
### Deprecated interfaces
71+
72+
- <doc:Deprecations>

0 commit comments

Comments
 (0)