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