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

VisualStudioReporter() public method

public VisualStudioReporter ( ) : System
return System
        public VisualStudioReporter()
            : base(
                GetPath(),
                "/diff \"{0}\" \"{1}\"",
                "Couldn't find Visual Studio at " + PATH)
        {
        }