diff --git a/README.md b/README.md index 3216bbdd..e96cb39c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # XCTest + The XCTest library is designed to provide a common framework for writing unit tests in Swift, for Swift packages and applications. This version of XCTest implements the majority of unit testing APIs included in XCTest from Xcode 7 and later. Its goal is to enable your project's tests to run on all the platforms Swift supports without having to rewrite them.