|
1 | 1 | <p align="center">
|
2 |
| - <img src ="Resources/Logo_GitHub.png" alt="MockingKit Logo" title="MockingKit" /> |
| 2 | + <img src ="Resources/Logo_Rounded.png" alt="MockingKit Logo" title="MockingKit" /> |
3 | 3 | </p>
|
4 | 4 |
|
5 | 5 | <p align="center">
|
6 | 6 | <img src="https://img.shields.io/github/v/release/danielsaidi/MockingKit?color=%2300550&sort=semver" alt="Version" />
|
7 |
| - <img src="https://img.shields.io/badge/Swift-5.9-orange.svg" alt="Swift 5.9" /> |
| 7 | + <img src="https://img.shields.io/badge/Swift-6.0-orange.svg" alt="Swift 6.0" /> |
8 | 8 | <img src="https://img.shields.io/github/license/danielsaidi/MockingKit" alt="MIT License" />
|
9 | 9 | <a href="https://twitter.com/danielsaidi"><img src="https://img.shields.io/twitter/url?label=Twitter&style=social&url=https%3A%2F%2Ftwitter.com%2Fdanielsaidi" alt="Twitter: @danielsaidi" title="Twitter: @danielsaidi" /></a>
|
10 | 10 | <a href="https://mastodon.social/@danielsaidi"><img src="https://img.shields.io/mastodon/follow/000253346?label=mastodon&style=social" alt="Mastodon: @danielsaidi@mastodon.social" title="Mastodon: @danielsaidi@mastodon.social" /></a>
|
11 | 11 | </p>
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 | ## About MockingKit
|
16 | 15 |
|
17 |
| -MockingKit is a Swift SDK that lets you easily mock protocols and classes in `Swift`. |
| 16 | +MockingKit is a Swift SDK that lets you easily mock protocols and classes. |
18 | 17 |
|
19 | 18 | MockingKit lets you create mocks of any protocol or class, after which you can `call` functions, `register` dynamic function results, automatically `record` method invocations, and `inspect` all recorded calls.
|
20 | 19 |
|
@@ -81,19 +80,19 @@ calls[0].result // => "gnirts"
|
81 | 80 | mock.hasCalled(\.doStuffRef) // => true
|
82 | 81 | ```
|
83 | 82 |
|
84 |
| -For more information, please see the [getting started guide][Getting-Started]. |
| 83 | +See the online [getting started guide][Getting-Started] for more information. |
85 | 84 |
|
86 | 85 |
|
87 | 86 |
|
88 | 87 | ## Documentation
|
89 | 88 |
|
90 |
| -The [online documentation][Documentation] has more information, articles, code examples, etc. |
| 89 | +The online [documentation][Documentation] has more information, articles, code examples, etc. |
91 | 90 |
|
92 | 91 |
|
93 | 92 |
|
94 | 93 | ## Demo Application
|
95 | 94 |
|
96 |
| -The demo app lets you explore the library. To try it out, just open and run the `Demo` project. |
| 95 | +The `Demo` folder has an app that lets you explore the library and see how mocks behave. |
97 | 96 |
|
98 | 97 |
|
99 | 98 |
|
|
0 commit comments