Documentation/en-us/README.md
Quick helps you verify how your Swift and Objective-C programs behave. Doing so effectively isn't just a matter of knowing how to use Quick, however. The guides in this directory can help you write effective tests--not just using Quick, but even XCTest or other testing frameworks.
Each guide covers a particular topic. If you're completely new to unit testing, consider reading them in the order they're introduced below:
XCTestCase tests that will help you write
code faster and more effectively.