[MacRuby-devel] MiniTest and TestUnit implementations

anoiaque anoiaque at gmail.com
Mon May 9 06:57:50 PDT 2011


As we say in french "Nous ne sommes jamais mieux servis que
par nous-mêmes" .

In my main project, i've made a module which respond to what
 i want :

Get an object (TestResult object) after each test (it is yielded after
each test and return an object of class Error , Failure, Error or Success)
and get global result of tests after all.

Perhaps it can be usefull for someone else, so i've extracted it as a
gem.

You can find it on Gemcutter : 
https://rubygems.org/gems/minitest_owrapper

Github repo : https://github.com/anoiaque/minitest_owrapper


Best regards.



More information about the MacRuby-devel mailing list