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.
|
Method | Description | |
---|---|---|
Run ( ) : bool |
public TestRun ( TestServiceOptions serviceOptions ) : System | ||
serviceOptions | TestServiceOptions | The test service options to use. |
return | System |
public TestRun ( TestServiceOptions serviceOptions, TestRunOptions runOptions ) : System | ||
serviceOptions | TestServiceOptions | The service options to use. |
runOptions | TestRunOptions | The test run options to apply. |
return | System |