ParameterCheckerEventArgs Class

Typemock Isolator Developer Guide
Arguments received in custom parameter checker see (ParameterChecker
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    TypeMockParameterCheckerEventArgs

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

public class ParameterCheckerEventArgs : EventArgs

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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

See Also

Reference