Software >
Ruby > Ruby web programming, Ruby testing >
This is the default test mechanism in Ruby and Rails.
-
Properly titled
Test::Unit(with regular colons)
See also:
Related ∞
-
- FlexMock is a simple, but flexible, mock object library for Ruby unit testing.
-
- The Shoulda gem makes it easy to write elegant, understandable, and maintainable Ruby tests. Shoulda consists of test macros, assertions, and helpers added on to the Test::Unit framework. It’s fully compatible with your existing tests, and requires no retooling to use.
Media ∞
- https://en.wikibooks.org/wiki/Ruby_Programming/Unit_testing
-
Mock Dialogue by Joe O’Brien and Jim Weirich (video)
- Talks about FlexMock and Mocha

renamed from [[Test__Unit]] to something that’s visually similar.
ported