Quick is a testing framework for Swift and Objective-C, which comes bundled with Nimble , a matcher framework for tests. Quick helps verify the behavior of Swift and Objective-C programs. Quick has the same syntactic flavour as RSpec and Jasmine and is easy to set up. It is very organized, allows for assertion of types and makes it easy to test asynchronous code.