The Silverlight test service provider is built for compilation with Silverlight builds of the test framework. Populates with the important providers for web browser-hosted test runs.
Inheritance: TestServiceProvider
 /// <summary>
 /// Initializes a new environment provider.
 /// </summary>
 /// <param name="testService">The web test service.</param>
 public WebEnvironmentProvider(SilverlightTestService testService)
     : base(testService)
 {
 }
 /// <summary>
 /// Initializes a new environment provider.
 /// </summary>
 /// <param name="testService">The web test service.</param>
 public WebEnvironmentProvider(SilverlightTestService testService)
     : base(testService)
 {
 }