synesthesia-it / Boomerang

Swift micro-framework for MVVM (Model-View-ViewModel) native applications.
MIT License
36 stars 10 forks source link

Unit Tests / TDD #15

Closed stefanomondino closed 4 years ago

stefanomondino commented 5 years ago

A Test Driven Development approach must be adopted to guarantee a reliable, regression-free library.

Quick will be used as testing framework and Nimble for matchers.

Let's aim for the highest code coverage possible.