C# Класс Microsoft.Silverlight.Testing.Tools.TestRun

Manages a test run.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TestRun ( TestServiceOptions serviceOptions ) : System

Initializes a new instance of the TestRun type.

TestRun ( TestServiceOptions serviceOptions, TestRunOptions runOptions ) : System

Initializes a new instance of the TestRun type.

Приватные методы

Метод Описание
Run ( ) : bool

Описание методов

TestRun() публичный Метод

Initializes a new instance of the TestRun type.
public TestRun ( TestServiceOptions serviceOptions ) : System
serviceOptions TestServiceOptions The test service options to use.
Результат System

TestRun() публичный Метод

Initializes a new instance of the TestRun type.
public TestRun ( TestServiceOptions serviceOptions, TestRunOptions runOptions ) : System
serviceOptions TestServiceOptions The service options to use.
runOptions TestRunOptions The test run options to apply.
Результат System