1 implementation of GetFullPath
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\FileHelper.cs (1)
86
public string
GetFullPath
(string path)
5 references to GetFullPath
Microsoft.TestPlatform.CrossPlatEngine (2)
EventHandlers\PathConverter.cs (2)
39
string normalizedLocalPath = fileHelper.
GetFullPath
(unquotedOriginalPath).TrimEnd('\\').TrimEnd('/') + Path.DirectorySeparatorChar;
43
string normalizedDeploymentPath = fileHelper.
GetFullPath
(unquotedDeploymentPath).TrimEnd('\\').TrimEnd('/') + Path.DirectorySeparatorChar;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\TransferInformation\FileTransferInformation.cs (1)
67
Path = _fileHelper.
GetFullPath
(path);
vstest.console (1)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
209
var testAdapterPath = _fileHelper.
GetFullPath
(Environment.ExpandEnvironmentVariables(adapterPath));
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
209
var testAdapterPath = _fileHelper.
GetFullPath
(Environment.ExpandEnvironmentVariables(adapterPath));