new(test_name, location, message)
public
Creates a new Failure with
the given location and message.
# File lib/test/unit/failure.rb, line 19
def initialize(test_name, location, message)
@test_name = test_name
@location = location
@message = message
end