Winterkorn 0.0.1

Winterkorn 0.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by Boris Bügling.



Winterkorn

A library for increasing the speed and urgency of your development in Swift. Heavily inspird by Phpunit VW Extension.

Usage

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.