class Test::Unit::Fixture::Fixture

def before_callbacks(type)

def before_callbacks(type)
  @cached_before_callbacks[type] ||= collect_before_callbacks(type)
end