Releases: elegantchaos/XCTestExtensions
Releases · elegantchaos/XCTestExtensions
1.1
Tweaked XCTestRunner result type.
Improved test coverage.
1.0.11
Added better assertions for comparing strings, and testing the results of running external commands.
1.0.10
Added runner for testing external executables.
1.0.9
Added productsDirectory method for obtaining the URL of the directory that the test bundle is in (usually the place where other products have also been built).
Useful when testing something like a command line tool that needs to be built then located and invoked by the tests.
1.0.8
Made WrappedTestMonitor an open class so that it can be subclassed.
1.0.7
Fixed test path when using explicit workspace at the module root.
1.0.6
Added some support for testing asynchronously.