S
Suraj Kurapati
test-unit-must - Selfish "must" assertions for Test::Unit
https://github.com/sunaku/test-unit-must
What is it?
-----------
test-unit-must adds object-oriented "must" aliases to Test::Unit
assertions following MiniTest::Spec style, except for replacing
"wont" with "must_not".
What is new?
------------
Incompatible changes:
* Rename the "must receieve" assertions to "must accept" because
"accept" is a stronger form of "receive" whereby the recipient
not only receives and executes the method call, but also
acknowledges the reception by returning true from that method
call, per the underlying assert_send() definition.
https://github.com/sunaku/test-unit-must
What is it?
-----------
test-unit-must adds object-oriented "must" aliases to Test::Unit
assertions following MiniTest::Spec style, except for replacing
"wont" with "must_not".
What is new?
------------
Incompatible changes:
* Rename the "must receieve" assertions to "must accept" because
"accept" is a stronger form of "receive" whereby the recipient
not only receives and executes the method call, but also
acknowledges the reception by returning true from that method
call, per the underlying assert_send() definition.