VerifyMocksAttributeExecute Method

Typemock Isolator Developer Guide

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

public override Object Execute()

Return Value

Type: Object
The results from activating the original invoker on the test
Exceptions

ExceptionCondition
VerifyExceptionif verify fails
Remarks

If the test has failed on its own, verification will not be called but all expectations will be cleared anyway.
See Also

Reference