Note: This API is now obsolete.
Verify 1 call from method , continue with method as normal
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
[ObsoleteAttribute("Please use ExpectUnmockedCall", false)] public IParameters ExpectCallAndVerify( string method )
Parameters
- method
- Type: SystemString
Method Name
Return Value
Type: IParametersCan Check Parameters, see IParameters
Exceptions
Exception | Condition |
---|---|
TypeMockException | If method not found or is not void |
See Also