class Test::Unit::Error

def message

Returns the message associated with the error.
def message
  "#{@exception.class.name}: #{@exception.message}"
end