Releases: etoile/UnitKit
Releases · etoile/UnitKit
UnitKit 1.5
- Added abstract test case support (test methods from superclasses are now run by UKRunner)
- Added option to choose the tested classes (-c for a list based on a regex pattern)
- Added uncaught exception reporting in the test results
- Better reporting for uncaught exceptions in -init and -dealloc
- Added class and method name printing in the test suite output
- Added iOS support
- Cleaned the code base and updated the documentation a lot
- API documentation is now output with Etoile DocGenerator
- Updated Xcode support
- Added new Xcode file and project templates for Xcode 4 and higher
- Removed dependency on AppKit and Growl notification support (nobody used it)
- Removed -initForTest and -releasedForTest (proved to be a bad idea)