ApprovalTests.Reporters.VisualStudioReporter.GetPath C# (CSharp) Method

GetPath() private static method

private static GetPath ( ) : string
return string
        private static string GetPath()
        {
            LaunchedFromVisualStudio();
            return PATH ?? "Not launched from Visual Studio.";
        }