Class: GUnit::ExceptionResponse

Inherits:
TestResponse show all
Defined in:
lib/gunit/exception_response.rb

Constant Summary collapse

DEFAULT_MESSAGE =
'Exception'

Instance Attribute Summary

Attributes inherited from TestResponse

#backtrace, #file_name, #line_number, #message

Method Summary

Methods inherited from TestResponse

#initialize

Constructor Details

This class inherits a constructor from GUnit::TestResponse