Class: GUnit::FailResponse

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

Constant Summary collapse

DEFAULT_MESSAGE =
'Fail'

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