Testing frameworks
AppCode enables usage of the following testing frameworks:
Language | Framework |
---|---|
Objective-C and Swift | XCTest and XCTest-based frameworks, such as Quick and Nimble and Kiwi |
C++ | Boost.Test, Google Test, and Catch2 |
Depending on a particular supported testing framework, AppCode provides:
Templates for test classes and methods (for XCTest).
Ability to run and debug tests from the dedicated test runner tab of the Run tool window.
Abitity to view and export test results and navigate between tests and test subjects.
Last modified: 11 August 2022