Simplest unit testing framework for PURE Swift codes.
- Swift 2.0 or later
$ cd /path/to/your/project
$ git submodule add [email protected]:demmys/PureSwiftUnit.git
$ cd PureSwiftUnit
$ make
Create TestUnit inheriting classes, register these classes to the instance of Tester and call the "run" method.
See the sample
directory to understand more details.