Microsoft.Silverlight.Testing.Tools.TestRun.TestRun C# (CSharp) Method

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
        public TestRun(TestServiceOptions serviceOptions)
            : this(serviceOptions, new TestRunOptions())
        {
        }

Same methods

TestRun::TestRun ( TestServiceOptions serviceOptions, TestRunOptions runOptions ) : System