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;
        }