Arguments received in custom parameter checker see (ParameterChecker
Inheritance Hierarchy
SystemEventArgs
TypeMockParameterCheckerEventArgs
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
The ParameterCheckerEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ArgumentPosition |
Position of the argument in the called method
|
![]() | ArgumentValue |
Value of the argument passed to method
|
![]() | CallingMethodName |
Name of method that was called
|
![]() | CallingType |
Type in which the method was called from
|
![]() | ExpectedValue |
Expected value - set only when CustomChecker(ParameterCheckerEx, Object) is used
|
![]() | FailureMessage |
The Message to display if check fails
|
![]() | MessagePrefix |
Default message prefix that can be added to the FailureMessage |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also