Files | Admin

Notes:

Release Name: 1.0.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+(assert_greater_than%2C%0A++assert_less_than_or_equal_to%2C+etc.).++Shorter+aliases+also+are+provided%0A++for+these+(assert_gt%2C+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).++This+allows+full+testing%0A++of+error+messages.%0A*+An+assertion+that+verifies+that+a+given+block+contains+an+assertion+that%0A++fails%2C+which+can+be+used+to+test+new+assertions.


Changes: %3D%3D%3D+1.0.0+%2F+2008-06-06%0AFirst+production+release+of+assertions%3B+full+documentation+is+provided.