Release Name: 1.3.0
Notes:
This+package+adds+some+additional+assertions+to+Test%3A%3AUnit%3A%3AAssertions%2C%0Aincluding%3A%0A*+Assertions+for+all+of+the+comparison+operators%0A++(assert_greater_than%2C+assert_less_than_or_equal_to%2C%0A++etc.).++Shorter+aliases+also+are+provided+for+these+(assert_gt%2C%0A++assert_le%2C+etc.).%0A*+An+assertion+that+verifies+that+a+given+block+raises+a+specified+exception%0A++with+a+specified+message+(assert_raise_message).%0A++This+allows+full+testing+of+error+messages.%0A*+An+assertion+that+verifies+that+a+given+block+contains+an+assertion+that%0A++fails+(assert_fail)%2C+which+can+be+used+to+test+new+assertions.
Changes:
%3D%3D%3D+1.3.0+%2F+2008-06-25%0AInclude+an+example+program.
|