Example #1
0
        public void TestMethod00003()
        {
            var arg = SampleDir.Jun16_GRY();
            var lse = arg.MarketState.ActiveLeases.Find(81, true);
            var sut = arg.Collections.For(16.June(2018)).Uncollecteds[WET];

            sut.GetDue(lse, BillCode.Rent).Should().Be(-191 + 90);
        }
Example #2
0
        public void TestMethod00001()
        {
            var arg = SampleDir.Jun16_GRY();
            var lse = arg.MarketState.ActiveLeases.Find(158, true);
            var sut = arg.Collections.For(16.June(2018)).Uncollecteds[DRY];

            sut.GetDue(lse, BillCode.Rent).Should().Be(7800 + 234 + 167);
        }