Note: This API is now obsolete.
Obslolete. Argument validation is done both on calling the method and during Verify.
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
[ObsoleteAttribute("Argument validation is done both on calling the method and during Verify.", false)] public bool ValidateArgsOnVerify { get; set; }
Property Value
Type: BooleanImplements
IMockControlValidateArgsOnVerifyRemarks
See Also