class Test::Unit::Error
def initialize(test_name, exception, options={})
Creates a new Error with the given test_name and
def initialize(test_name, exception, options={}) @test_name = test_name @exception = exception @method_name = options[:method_name] end