new(test_name, exception)
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