Skip to content

Releases: elegantchaos/XCTestExtensions

1.1

24 Mar 14:26
4219f35
Compare
Choose a tag to compare
1.1

Tweaked XCTestRunner result type.
Improved test coverage.

1.0.11

23 Mar 18:27
d267d03
Compare
Choose a tag to compare

Added better assertions for comparing strings, and testing the results of running external commands.

1.0.10

23 Mar 17:09
82713eb
Compare
Choose a tag to compare

Added runner for testing external executables.

1.0.9

24 Feb 19:31
fb1df61
Compare
Choose a tag to compare

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

10 Feb 14:21
504bf1d
Compare
Choose a tag to compare

Made WrappedTestMonitor an open class so that it can be subclassed.

1.0.7

21 Jan 14:53
ee60f51
Compare
Choose a tag to compare

Fixed test path when using explicit workspace at the module root.

1.0.6

05 Dec 18:57
1cc75e9
Compare
Choose a tag to compare

Added some support for testing asynchronously.