mas/Carthage/Checkouts/Quick/Documentation/en-us
2019-12-13 17:36:15 -07:00
..
ArrangeActAssert.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
BehavioralTesting.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
ConfiguringQuick.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
InstallingFileTemplates.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
InstallingQuick.md Result, ⬆️ Quick (2.2.0), Nimble (8.0.4), Commandant (0.17.0) 2019-12-13 17:36:15 -07:00
MoreResources.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
NimbleAssertions.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
QuickExamplesAndGroups.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
QuickInObjectiveC.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
README.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
SettingUpYourXcodeProject.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
SharedExamples.md Result, ⬆️ Quick (2.2.0), Nimble (8.0.4), Commandant (0.17.0) 2019-12-13 17:36:15 -07:00
TestingApps.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
TestUsingTestDoubles.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00
Troubleshooting.md Bootstrap initial Carthage dependency sources 2018-09-05 09:54:08 +10:00

Documentation

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: