# File lib/test/unit/fixture.rb, line 46
        def register_setup_callback(method_name_or_callback, options)
          register_fixture_callback(:setup, method_name_or_callback,
                                    options, :after, :append)
        end