A library for increasing the speed and urgency of your development in Swift. Heavily inspired by Phpunit VW Extension.
Before:
After:
Just add it to any test targets in your Podfile:
use_frameworks!
target 'Tests' do
pod 'Winterkorn'
end
add it to your setUp
method:
override func setUp() {
super.setUp()
let _ = Winterkorn()
}
and you never have to fix those pesky tests again. Now TDD is truly dead.