C# 클래스 Microsoft.Silverlight.Testing.UnitTesting.MethodInvokeWorkItem

A simple work item that invokes a method through the reflection MethodInfo instance.
상속: WorkItem
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( ) : bool

Invokes the underlying method on the instance and marks the test work item as complete.

MethodInvokeWorkItem ( object instance, MethodInfo method, ITestMethod testMethod ) : System.Reflection

Creates a new method invoke work item for a MethodInfo instance.

메소드 상세

Invoke() 공개 메소드

Invokes the underlying method on the instance and marks the test work item as complete.
public Invoke ( ) : bool
리턴 bool

MethodInvokeWorkItem() 공개 메소드

Creates a new method invoke work item for a MethodInfo instance.
public MethodInvokeWorkItem ( object instance, MethodInfo method, ITestMethod testMethod ) : System.Reflection
instance object The type instance.
method System.Reflection.MethodInfo The method on the type to invoke when the /// work item is executed.
testMethod ITestMethod The test method metadata.
리턴 System.Reflection