Search results for assertions

Group Name Description
TestUnitXmlTestUnitXml 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 AssertionsSeveral RJS-specific assertions for testing your Ruby on Rails applications.
Ruby Rules ToolkitRuby 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 CampingMosquito 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_statisticallyasssert_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.
assertionsThis project adds some additional assertions to Test::Unit::Assertions, including assert_raise_message (allowing verification of error messages) and assert_greater_than.
FailFastFailFast 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.