public class EnvironmentVariableManager extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
List<String> |
appliedVariableChanges |
| Constructor and Description |
|---|
EnvironmentVariableManager(TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
currentEnvironmentVariables() |
protected boolean |
setEnv(Map<String,String> newenv) |
void |
setEnvironmentVariable(String variableName,
String variableValue) |
void |
setEnvironmentVariables(Map<String,String> variables) |
Copyright © 2019. All rights reserved.