Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
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