Methods
Included Modules
Public Instance methods
Teardown the test case, verifying any mocks that might have been defined in this test case.
[ show source ]
# File lib/flexmock/test_unit.rb, line 25
25: def teardown
26: flexmock_teardown
27: flexmock_original_teardown
28: end