class Test::Unit::Error

def short_display

Returns a brief version of the error description.
def short_display
  "#@test_name: #{message.split("\n")[0]}"
end