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

Manages a test run.
Show file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method 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

Method Description
Run ( ) : bool

Method Details

TestRun() public method

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

TestRun() public method

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.
return System