ApprovalTests.Reporters.ReportWithoutFrontLoading.Report C# (CSharp) Method

Report() public method

public Report ( string approved, string received ) : void
approved string
received string
return void
        public void Report(string approved, string received)
        {
            // do nothing
        }
ReportWithoutFrontLoading