method

teardown_hooks

ruby latest stable - Class: MiniTest::Unit::TestCase

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

teardown_hooks()
public

No documentation available.

# File lib/minitest/unit.rb, line 1135
      def self.teardown_hooks # :nodoc:
        if superclass.respond_to? :teardown_hooks then
          superclass.teardown_hooks
        else
          []
        end + @teardown_hooks
      end