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

AssertReporter() public method

public AssertReporter ( string assertClass, string areEqual, string frameworkAttribute ) : ApprovalTests.Core
assertClass string
areEqual string
frameworkAttribute string
return ApprovalTests.Core
        public AssertReporter(string assertClass, string areEqual, string frameworkAttribute)
        {
            this.assertClass = assertClass;
            this.areEqual = areEqual;
            this.frameworkAttribute = frameworkAttribute;
        }