C# Class Microsoft.Silverlight.Testing.Tools.TestRun

Manages a test run.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Run ( ) : bool

Method Details

TestRun() public méthode

Initializes a new instance of the TestRun type.
public TestRun ( TestServiceOptions serviceOptions ) : System
serviceOptions TestServiceOptions The test service options to use.
Résultat System

TestRun() public méthode

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.
Résultat System