ParameterCheckerEventArgs Properties

Typemock Isolator Developer Guide

The ParameterCheckerEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyArgumentPosition
Position of the argument in the called method
Public propertyArgumentValue
Value of the argument passed to method
Public propertyCallingMethodName
Name of method that was called
Public propertyCallingType
Type in which the method was called from
Public propertyExpectedValue
Expected value - set only when CustomChecker(ParameterCheckerEx, Object) is used
Public propertyFailureMessage
The Message to display if check fails
Public propertyMessagePrefix
Default message prefix that can be added to the FailureMessage
Top
See Also

Reference