public void Jul3() { var arg = SampleDir.Jul3_GRY(); var sut = DailyStatusReport.New(arg, 3.July(2018)); sut.StallsInventory.Should().HaveCount(3); sut.SectionColxns.Should().HaveCount(4); sut.OtherColxns.Should().HaveCount(1); sut.OtherColxns.SummaryRows.Should().HaveCount(1); sut.OtherColxns.SummaryRows[0].Amount.Should().Be(434); sut.BankDeposits.Should().HaveCount(2); sut.BankDeposits.SummaryRows.Should().HaveCount(1); sut.BankDeposits.SummaryRows[0].Amount.Should().Be(14135); sut.CollectorsPerf.Should().HaveCount(1); //sut.CollectorsPerf[0]. }
protected override void OnRefreshClicked() => MainReport = DailyStatusReport.New(AppArgs, ReportDate);