-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
1 parent
107cb17
commit 1ce79a6
Showing
17 changed files
with
276 additions
and
2,044 deletions.
There are no files selected for viewing
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
Sources/XCTestDynamicOverlay/Documentation.docc/Extensions/Deprecations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Deprecations | ||
|
||
Review unsupported APIs and their replacements. | ||
|
||
## Overview | ||
|
||
Avoid using deprecated APIs in your app. | ||
|
||
## Topics | ||
|
||
### Unimplemented dependencies | ||
|
||
- ``unimplemented(_:file:fileID:line:)-7w4sd`` | ||
- ``unimplemented(_:file:fileID:line:)-dh05`` | ||
- ``unimplemented(_:file:fileID:line:)-74vrh`` | ||
- ``XCTUnimplemented(_:)-36h59`` | ||
- ``XCTUnimplemented(_:)-8fvli`` | ||
- ``XCTUnimplemented(_:file:line:)-7xjl4`` | ||
- ``XCTUnimplemented(_:file:line:)-69z9t`` | ||
- ``XCTUnimplemented(_:placeholder:)-9rrxn`` | ||
- ``XCTUnimplemented(_:placeholder:)-71986`` | ||
- ``XCTUnimplementedFailure`` |
7 changes: 7 additions & 0 deletions
7
Sources/XCTestDynamicOverlay/Documentation.docc/Extensions/Unimplemented.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# ``XCTestDynamicOverlay/unimplemented(_:fileID:line:)-7znj2`` | ||
|
||
## Topics | ||
|
||
### Overloads | ||
|
||
- ``XCTestDynamicOverlay/unimplemented(_:fileID:line:)-9kphk`` |
12 changes: 12 additions & 0 deletions
12
.../XCTestDynamicOverlay/Documentation.docc/Extensions/UnimplementedPlaceholder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ``XCTestDynamicOverlay/unimplemented(_:placeholder:fileID:line:)-70bno`` | ||
|
||
## Topics | ||
|
||
### Overloads | ||
|
||
- ``XCTestDynamicOverlay/unimplemented(_:placeholder:fileID:line:)-41gxp`` | ||
- ``XCTestDynamicOverlay/unimplemented(_:placeholder:fileID:line:)-9tt2k`` | ||
|
||
### Failure | ||
|
||
- ``UnimplementedFailure`` |
7 changes: 7 additions & 0 deletions
7
Sources/XCTestDynamicOverlay/Documentation.docc/Extensions/XCTExpectFailure.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# ``XCTestDynamicOverlay/XCTExpectFailure(_:enabled:strict:failingBlock:issueMatcher:)`` | ||
|
||
## Topics | ||
|
||
### Overloads | ||
|
||
- ``XCTExpectFailure(_:enabled:strict:issueMatcher:)`` |
11 changes: 11 additions & 0 deletions
11
Sources/XCTestDynamicOverlay/Documentation.docc/Extensions/XCTFail.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ``XCTestDynamicOverlay/XCTFail(_:file:line:)`` | ||
|
||
## Topics | ||
|
||
### Overloads | ||
|
||
- ``XCTFail(_:)`` | ||
|
||
### Context | ||
|
||
- ``XCTFailContext`` |
25 changes: 0 additions & 25 deletions
25
Sources/XCTestDynamicOverlay/Documentation.docc/Unimplemented.md
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
Sources/XCTestDynamicOverlay/Documentation.docc/UnimplementedPlaceholder.md
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
Sources/XCTestDynamicOverlay/Documentation.docc/XCTUnimplemented.md
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
Sources/XCTestDynamicOverlay/Documentation.docc/XCTUnimplementedPlaceholder.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.