Methods
Included Modules
Public Instance methods
teardown()

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

    # File lib/flexmock/test_unit.rb, line 25
25:       def teardown
26:         flexmock_teardown
27:         flexmock_original_teardown
28:       end