You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@
4
4
5
5
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.
6
6
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
+
7
9
## Usage
8
10
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.
0 commit comments