C# 클래스 Microsoft.Silverlight.Testing.Tools.TestRun

Manages a test run.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
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