Class: Assert::Assertions::NoRaisedException
- Inherits:
-
CheckException
- Object
- CheckException
- Assert::Assertions::NoRaisedException
- Defined in:
- lib/assert/assertions.rb
Instance Attribute Summary
Attributes inherited from CheckException
Instance Method Summary collapse
Methods inherited from CheckException
Constructor Details
This class inherits a constructor from Assert::Assertions::CheckException
Instance Method Details
#exception_details ⇒ Object
320 321 322 |
# File 'lib/assert/assertions.rb', line 320 def exception_details super("exception not expected, but raised:") end |