Class: FlexMock::TestUnitFrameworkAdapter

Inherits:
Object
  • Object
show all
Includes:
Test::Unit::Assertions
Defined in:
lib/gems/flexmock-0.8.3/lib/flexmock/test_unit_integration.rb

Overview

Adapter for adapting FlexMock to the Test::Unit framework.

Instance Method Summary collapse

Instance Method Details

#assertion_failed_errorObject



47
48
49
# File 'lib/gems/flexmock-0.8.3/lib/flexmock/test_unit_integration.rb', line 47

def assertion_failed_error
  Test::Unit::AssertionFailedError
end