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



321
322
323
# File 'lib/assert/assertions.rb', line 321

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