module Test::Unit::Fixture::ClassMethods

def teardown(*method_names, &callback)

def teardown(*method_names, &callback)
  register_fixture(:teardown, *method_names, &callback)
end