C# Класс NUnit.Framework.Api.FrameworkController.RunAsyncAction

RunAsyncAction initiates an asynchronous test run, returning immediately
Наследование: FrameworkControllerAction
Показать файл Открыть проект

Открытые методы

Метод Описание
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