Mocker..::..InvokeMethod<(Of <(<'TClass>)>)> Method (String, Boolean, array<Object>[]()[][])
Invokes the static method.
Namespace:
FastMoqAssembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
Type Parameters
- TClass
- The type of the t class.
Parameters
- methodName
- Type: String
Name of the method.
- nonPublic
- Type: Boolean
if set to true [non-public].
- args
- Type: array<Object>[]()[][]
The arguments used for the method.