Method | Description | |
---|---|---|
Invoke ( ) : bool |
Invokes the underlying method on the instance and marks the test work item as complete.
|
|
MethodInvokeWorkItem ( object instance, |
Creates a new method invoke work item for a MethodInfo instance.
|
public MethodInvokeWorkItem ( object instance, |
||
instance | object | The type instance. |
method | The method on the type to invoke when the /// work item is executed. | |
testMethod | ITestMethod | The test method metadata. |
return | System.Reflection |