Class: Assert::Assertions::NoRaisedException

Inherits:
CheckException show all
Defined in:
lib/assert/assertions.rb

Instance Attribute Summary

Attributes inherited from CheckException

#exception, #msg

Instance Method Summary collapse

Methods inherited from CheckException

#initialize, #raised?

Constructor Details

This class inherits a constructor from Assert::Assertions::CheckException

Instance Method Details

#exception_detailsObject



327
328
329
# File 'lib/assert/assertions.rb', line 327

def exception_details
  super("exception not expected, but raised:")
end