Project
rubemacs
This package adds some additional assertions to Test::Unit::Assertions,
including:
* Assertions for all of the comparison operators
(assert_greater_than, assert_less_than_or_equal_to,
etc.). Shorter aliases also are provided for these (assert_gt,
assert_le, etc.).
* An assertion that verifies that a given block raises a specified exception
with a specified message (assert_raise_message).
This allows full testing of error messages.
* An assertion that verifies that a given block contains an assertion that
fails (assert_fail), which can be used to test new assertions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Development
>= 2.3.3