briandoll / assert_each

get feedback from each failed assertion in a test

Home Page:http://emphaticsolutions.com/2009/10/01/multiple-assertion-failures-per-test.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assert_each

assert_each provides multiple assertion failures per test in Test::Unit. That's it. Failing after the first failure is a good default, but sometimes you want to know the state of each assertion in a particular test to guide your development.

About

get feedback from each failed assertion in a test

http://emphaticsolutions.com/2009/10/01/multiple-assertion-failures-per-test.html

License:MIT License


Languages

Language:Ruby 100.0%