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, exception)
public
Creates a new Error with the
given test_name and exception.
# File lib/test/unit/error.rb, line 24
def initialize(test_name, exception)
@test_name = test_name
@exception = exception
end