# File lib/test/unit/fixture.rb, line 34 def [](type) case type when :setup @setup when :cleanup @cleanup when :teardown @teardown end end