Intent of environmentVariableCollection.ts ×9
All 22 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/22 tests-
workbench/22 tests-
contrib/22 tests-
terminal/22 tests-
test/22 tests-
common/22 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection applyToProcessEnvironment should apply the appropriate workspace scoped entries to an environment|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection applyToProcessEnvironment should apply the collection to an environment|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection applyToProcessEnvironment should apply the collection to environment entries with no values|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection applyToProcessEnvironment should apply to variable case insensitively on Windows only|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection ctor Appropriate workspace scoped entries are returned when querying for a particular workspace folder|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection ctor Should keep entries that come after a Prepend or Append type mutators|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection ctor Should remove entries that come after a Replace type mutator|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection ctor Workspace scoped description entries are properly filtered for each extension|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection ctor Workspace scoped entries are not included when looking for global entries|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should generate added diffs from a different extension|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should generate added diffs from the same extension|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should generate added diffs from when the first entry is added|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should generate changed diffs|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should generate diffs with added, changed and removed|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should generate removed diffs|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should only generate workspace specific diffs|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should remove entries in the diff that come after a Replace|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection diff should return undefined when collectinos are the same|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableService.test|title=EnvironmentVariable - EnvironmentVariableService mergedCollection should correctly apply the environment values from multiple extension contributions in the correct order|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableService.test|title=EnvironmentVariable - EnvironmentVariableService mergedCollection should correctly apply the workspace specific environment values from multiple extension contributions in the correct order|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableService.test|title=EnvironmentVariable - EnvironmentVariableService mergedCollection should overwrite any other variable with the first extension that replaces|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableService.test|title=EnvironmentVariable - EnvironmentVariableService should persist collections to the storage service and be able to restore from them|occurrence=1
-
-
-
-
-
-