message()
Returns the message associated with the error.
# File lib/test/unit/error.rb, line 35 def message "#{@exception.class.name}: #{@exception.message}" end