Ruby Test::Unit::Error Functions
EditRocket provides the following information on Test::Unit::Error functions in the Ruby source code builder.
long_display() - Returns a verbose version of the error description.
message() - Returns the message associated with the error.
new(test_name, exception) - Creates a new Error with the given test_name and exception.
short_display() - Returns a brief version of the error description.
single_character_display() - Returns a single character representation of an error.
to_s() - Overridden to return long_display.