Release Name: 1.1.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++(%3Ccode%3Eassert_greater_than%3C%2Fcode%3E%2C+%3Ccode%3Eassert_less_than_or_equal_to%3C%2Fcode%3E%2C%0A++etc.).++Shorter+aliases+also+are+provided+for+these+(%3Ccode%3Eassert_gt%3C%2Fcode%3E%2C%0A++%3Ccode%3Eassert_le%3C%2Fcode%3E%2C+etc.).%0A*+An+assertion+that+verifies+that+a+given+block+raises+a+specified+exception%0A++with+a+specified+message+(%3Ccode%3Eassert_raise_message%3C%2Fcode%3E).%0A++This+allows+full+testing+of+error+messages.%0A*+An+assertion+that+verifies+that+a+given+block+contains+an+assertion+that%0A++fails+(%3Ccode%3Eassert_fail%3C%2Fcode%3E)%2C+which+can+be+used+to+test+new+assertions.
Changes:
%3D%3D%3D+1.1.0+%2F+2008-06-08%0AMake+the+failure+message+when+an+exception+does+not+have+the+expected+message%0Adisplay+the+expected+message+and+the+actual+message+on+top+of+each+other%2C+for%0Aeasy+comparisons.
|