Skip to content

demmys/PureSwiftUnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureSwiftUnit

Simplest unit testing framework for PURE Swift codes.

Requirement

  • Swift 2.0 or later

Install

$ cd /path/to/your/project
$ git submodule add [email protected]:demmys/PureSwiftUnit.git
$ cd PureSwiftUnit
$ make

Usage

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.

About

Simplest unit testing framework for PURE Swift codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published