Class Test::Unit::TestCase
In: lib/flexmock/test_unit.rb
Parent: Object

Methods

teardown  

Included Modules

FlexMock::ArgumentTypes FlexMock::MockContainer

External Aliases

teardown -> flexmock_original_teardown
  Alias the original teardown behavior for later use.

Public Instance methods

Teardown the test case, verifying any mocks that might have been defined in this test case.

[Validate]