class Test::Unit::Error

def initialize(test_name, exception, options={})

exception.
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