Adapter for adapting FlexMock to the Test::Unit framework.
Methods
Included Modules
- Test::Unit::Assertions
Public Instance methods
[ show source ]
# File lib/flexmock/test_unit_integration.rb, line 47
47: def assertion_failed_error
48: Test::Unit::AssertionFailedError
49: end