This function restores the default behavior of all mocks that were previously created by this MockTracker
. Unlike mock.reset()
, mock.restoreAll()
does not disassociate the mocks from the MockTracker
instance.
method
method
This function restores the default behavior of all mocks that were previously created by this MockTracker
. Unlike mock.reset()
, mock.restoreAll()
does not disassociate the mocks from the MockTracker
instance.