ControlTester.Invoke Method
Convenience method invoker for any nonsupported method on a control to test
[Visual Basic]Public Function Invoke( _
ByVal
methodName As
String, _
ParamArray
args As
Object() _
) As
Object Parameters
- methodName
- the name of the method to invoke
- args
- the arguments to pass into the method
Return Value
Missing <returns> documentation for M:NUnit.Extensions.Forms.ControlTester.Invoke(System.String,System.Object[])
See Also
ControlTester Class | NUnit.Extensions.Forms Namespace