| Group Name |
Description |
 |
TestUnitXml | TestUnitXml is a framework for unit testing XML documents. The primary functionality is a set of assertions for testing XML documents. The assertions can be mixed in with the TestCase class in Test::Unit. |
RJS Assertions | Several RJS-specific assertions for testing your Ruby on Rails applications. |
Ruby Rules Toolkit | Ruby forward and backward chaining rules system. Supports deduction or simplifying, domain transformation, integrity assertions / truth maintenance, and data-driven execution. |
Mosquito: TDD for Bug-Free Camping | Mosquito is a simple test framework for why the lucky stiff's Camping web library. It provides simple hooks and a few assertions for doing unit and functional tests on your Camping models and controllers. |
assert_statistically | asssert_statistically is an addition to Test::Unit::Assertions that works like assert_block, allowing you to specify a number of times to execute the block, min/max times the block must pass, and Procs to run before and after the test block. |
assertions | This project adds some additional assertions to Test::Unit::Assertions, including assert_raise_message (allowing verification of error messages) and assert_greater_than. |
FailFast | FailFast is a small Ruby assertions library intended for lightweight contract checking. |
Assit. Runtime Assertions for Ruby. | Runtime assertions are a simple, but powerful debugging tool. With assit you can simply place assertions anywhere in your code. You can choose the action that will be taken if the assertion fails and you can disable assertions for production code. |