Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
elegantchaos/XCTestExtensions
XCTestExtensions
Swift testing utilties, extending the capabilities of XCTest.
Includes helpers for:
- quickly loading test data from the bundle
- running an external executable and checking its output
- better comparison of strings
- performing asynchronous actions in tests, and waiting for them to complete
Github
link |
Stars: 0 |
Last commit: 3 days ago |
You may find interesting
Releases
1.3.1 - 2021-02-26T16:46:04
Added some assertion support for Combine. XCTAssertEmitsValue, XCTAssertEmitsNoValue, XCTAssertChanges, XCTAssertDoesntChange.