Пример #1
0
        public void WithFact_should_return_FactSetAssertions()
        {
            var facts       = FactTestData.CreateRandomFacts();
            var receiptCard = new ReceiptCard(facts: facts);

            var sut = new ReceiptCardAssertions(receiptCard);

            sut.WithFact().Should().BeAssignableTo <FactSetAssertions>().And.NotBeNull();
        }