메소드 | 설명 | |
---|---|---|
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. |
리턴 | System.Reflection |