Skip to content

Commit

Permalink
Unimplemented improvements (#86)
Browse files Browse the repository at this point in the history
* 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
stephencelis and AgapovOne authored Jul 4, 2024
1 parent 107cb17 commit 1ce79a6
Show file tree
Hide file tree
Showing 17 changed files with 276 additions and 2,044 deletions.
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``
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``
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``
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:)``
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 Sources/XCTestDynamicOverlay/Documentation.docc/Unimplemented.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,14 @@ to prevent App Store rejections due to runtime loading of symbols.

### Overlays

- ``XCTFail(_:)``
- ``XCTFail(_:file:line:)``
- ``XCTExpectFailure(_:enabled:strict:failingBlock:issueMatcher:)``

### Unimplemented Dependencies
### Unimplemented dependencies

- ``unimplemented(_:placeholder:fileID:line:)-7jrdo``
- ``unimplemented(_:fileID:line:)-5098a``
- ``unimplemented(_:placeholder:fileID:line:)-70bno``
- ``unimplemented(_:fileID:line:)-7znj2``

### Deprecated interfaces

- <doc:Deprecations>
Loading

0 comments on commit 1ce79a6

Please sign in to comment.