Class: Assert::Assertions::RaisedException

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



411
412
413
414
415
416
# File 'lib/assert/assertions.rb', line 411

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