Parent

Test::Unit::TestCase

Public Instance Methods

flexmock_original_teardown() click to toggle source

Alias the original teardown behavior for later use.

Alias for: teardown
teardown() click to toggle source

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
Also aliased as: flexmock_original_teardown

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.