GoogleTestAdapter.Settings.SettingsWrapper.GetWorkingDir C# (CSharp) Method

GetWorkingDir() public method

public GetWorkingDir ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
return string
        public string GetWorkingDir(string solutionDirectory, string testDirectory, int threadId)
            => ReplacePlaceholders(WorkingDir, solutionDirectory, testDirectory, threadId);