# File test-unit-3.3.4/lib/test/unit/assertions.rb, line 2118definitialize(exception)
@exception = exceptionend
Public Instance Methods
inspect()click to toggle source
# File test-unit-3.3.4/lib/test/unit/assertions.rb, line 2122definspectifdefault_inspect?"#{@exception.class.inspect}(<#{@exception.message}>)"else@exception.inspectendend
method_missing(name, *args, &block)click to toggle source
# File test-unit-3.3.4/lib/test/unit/assertions.rb, line 2130defmethod_missing(name, *args, &block)
@exception.__send__(name, *args, &block)
end