class Assert::Assertions::NoRaisedException
Public Instance Methods
exception_details()
click to toggle source
Calls superclass method
Assert::Assertions::CheckException#exception_details
# File lib/assert/assertions.rb, line 420 def exception_details super("exception not expected, but raised:") end