ITestHostEnvironmentVariableProvider Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an interface for providing environment variables to the test host.
public interface ITestHostEnvironmentVariableProvider : Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostControllersExtension
type ITestHostEnvironmentVariableProvider = interface
interface ITestHostControllersExtension
interface IExtension
Public Interface ITestHostEnvironmentVariableProvider
Implements ITestHostControllersExtension
- Implements
Description |
Gets the description of the extension. (Inherited from IExtension) |
Display |
Gets the display name of the extension. (Inherited from IExtension) |
Uid |
Gets the unique identifier for the extension. (Inherited from IExtension) |
Version |
Gets the version of the extension (ideally semantic version). (Inherited from IExtension) |
Is |
Controls whether the extension is enabled or not. This is useful for extensions that are always registered but only enabled when certain conditions are met. For example, an extension that would want to be run only when its associated command line option is provided by the user. (Inherited from IExtension) |
Update |
Updates the environment variables for the test host asynchronously. |
Validate |
Validates the test host environment variables asynchronously. |
Produkt | Versionen |
---|---|
Microsoft Testing Platform | 1.0.2, 1.1.0, 1.2.1, 1.3.2, 1.4.3, 1.5.3, 1.6.0 |
Feedback zu .NET
.NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: