make_exception_marshallable()click to toggle source
# File lib/deep_test/test/extensions/error.rb, line 8defmake_exception_marshallablereturnif@exception.kind_of?(DeepTest::MarshallableExceptionWrapper)
@exception = DeepTest::MarshallableExceptionWrapper.new(@exception)
end
resolve_marshallable_exception()click to toggle source
# File lib/deep_test/test/extensions/error.rb, line 4defresolve_marshallable_exception@exception = @exception.resolveif@exception.kind_of?(DeepTest::MarshallableExceptionWrapper)
end