-
Type: Task
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
Dotnet Drivers
There is a new EnvironmentVariableProvider class that wraps the static Environment class and helps in enabling mocking of environment variables for tests. Instances of Environment usage in ClientDocumentHelper.cs and uses of DisposableEnvironmentVariable in some tests can be replaced with this new class.