Args is a helper class for creating and passing Value\Reference\Out arguments into a non-public invoked methods.
Inheritance Hierarchy
TypeMock.ArrangeActAssertArgs
Namespace: TypeMock.ArrangeActAssert
Assembly: Typemock.ArrangeActAssert (in Typemock.ArrangeActAssert.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
The Args type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() ![]() | NullT |
Creates a wrapper for passing null - nullable arguments so it will be possible to collect information from the passed arguments
in order to call the correct non-public method.
|
![]() ![]() ![]() | OutT |
Creates a wrapper for passing an Out argument by reference
|
![]() ![]() ![]() | RefT |
Creates a wrapper for passing an argument by reference.
|
See Also