- Marked
MTKTestCellfunctions aspublic. Major oversight from their release.
- Added assertion for comparing
Dateobjects only by specified components. - General test target improvements.
- Added convenience method for testing UICollectionViewCells
- Added convenience method for testing UITableViewCells
- Added rethrowing mechanism allowing MTKTestable's
test(_:)to propagate thrown errors.
- Converted to Swift 4.2
- Converted to Swift 4.0
- Deprecate
MTKWaitThenContinueTest(after:on:testAction:)in favor ofMTKWaitThenContinueTest(after:). This addresses issue #24.
- Added assertion for UIControl target/action.
- Added assertion for UISegmentedControl segment titles.
- Added async testing utility.
- Added assertion for displaying UIAlertControllers.
- Added assertion for UIBarButtonItem target/action.
- Converted to Swift 3.0.
- Resolved issue regarding testing functions that cause tests to fail.
- Removed empty-first-line rule from .swiftlint.yml.
- Updating gemfile
- Added
MTKAssertNoBrokenConstraints
- Fixed problem with Travis buildscript
- Removed
MTKCatchExceptionfrom public scope. - Exception assertions will now return the exception they caught which caused them to pass/fail.
- Expanding code coverage
- Fixed links in CONTRIBUTING.md
- Added slather gem for code coverage reporting via Coveralls
- Code coverage reporting is working now
- Fixing CocoaPods README badges.
- Adding .travis.yml
- Travis-CI is now running.
- Updating README.
- Fixed podspec.
- Initial release.