method
setup_hooks
v1_9_3_392 -
Show latest stable
- Class:
MiniTest::Unit::TestCase
setup_hooks()public
No documentation available.
# File lib/minitest/unit.rb, line 1086
def self.setup_hooks # :nodoc:
if superclass.respond_to? :setup_hooks then
superclass.setup_hooks
else
[]
end + @setup_hooks
end