Google

# File test/unit/testcase.rb, line 28

                        def initialize(test_method_name)

                                if ( method(test_method_name).arity != 0 )

                                        throw :invalid_test

                                end

                                @method_name = test_method_name

                                @test_passed = true

                        end