MockManagerClearAll Method

Typemock Isolator Developer Guide
Clears all expectations and mocks

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public static void ClearAll()
Remarks

There are times when you want to clear all the expectations of all the mocks. For example, if you call Verify in the [TearDown] method, but a test failed and you don't want to Verify to cause more test failures. This is called automatically after Verify. (unless VerifyMode is DontClear
See Also

Reference