AIT.Tools.VisualStudioTextTransform.Tests.TestTextTransform.GetItemPath C# (CSharp) Метод

GetItemPath() приватный статический Метод

private static GetItemPath ( string testTemplateName ) : string
testTemplateName string
Результат string
        private static string GetItemPath(string testTemplateName)
        {
            var itemPath = Path.Combine(_testEnv.TestProjectDir, "TestTemplates", testTemplateName);
            return itemPath;
        }