Upgrade to Pro — share decks privately, control downloads, hide ads and more …

NST

Sean Bryant
February 05, 2012

 NST

NST is a criteria based testing framework. This is talk over it's features and why I choose to use it.

Sean Bryant

February 05, 2012
Tweet

More Decks by Sean Bryant

Other Decks in Programming

Transcript

  1. (def-test (sanity :group basic-group :documentation “check me out”) (:seq (:eql

    t) (:not (:eql t)) ‘(t nil)) Options Name Criteria Form