Skip to content

Latest commit

 

History

History

FleetExamples

Included in this folder is an example project totally test-driven using Fleet. As you learn Fleet, we encourage you to check out its tests for guidance and best practices.

Fleet loves Quick and Nimble, and so this project includes tests written using those two frameworks in the WithQuick folder.

Because not all projects prefer the BDD-style testing that Quick facilitates, all tests written using Quick have functionally-equivalent versions written using only XCTest in the WithXCTest folder.