C# 클래스 NUnit.Framework.Api.FrameworkController.RunAsyncAction

RunAsyncAction initiates an asynchronous test run, returning immediately
상속: FrameworkControllerAction
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
RunAsyncAction ( FrameworkController controller, string filter, object handler ) : System

Construct a RunAsyncAction and run all tests in the loaded TestSuite.

메소드 상세

RunAsyncAction() 공개 메소드

Construct a RunAsyncAction and run all tests in the loaded TestSuite.
public RunAsyncAction ( FrameworkController controller, string filter, object handler ) : System
controller FrameworkController A FrameworkController holding the TestSuite to run
filter string A string containing the XML representation of the filter to use
handler object A callback handler used to report results
리턴 System