Skip to content

Commit af30b49

Browse files
authored
Update README.markdown
Link back to the article.
1 parent f2b1514 commit af30b49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
Demonstrates how to create unit tests of network client code. The test revolves around a subclass of [`URLProtocol`](https://developer.apple.com/documentation/foundation/urlprotocol) which plugs into Foundation’s URL Loading System to mock backend responses.
66

7+
Refer to this project's article [How to Unit Test Network Code in Swift](https://cutecoder.org/programming/unit-test-network-code-swift/) for details.
8+
79
## Usage
810

9-
Open the project using Xcode then run the `ExampleNetworkClientTests` unit test suite
11+
Open the project using Xcode then run the `ExampleNetworkClientTests` unit test suite.
1012

1113
## Compatibility
1214

0 commit comments

Comments
 (0)