Пример #1
0
        public void WithTapAction_should_return_CardActionAssertions()
        {
            var tap         = new CardAction();
            var receiptCard = new ReceiptCard(tap: tap);

            var sut = new ReceiptCardAssertions(receiptCard);

            sut.WithTapAction().Should().BeAssignableTo <CardActionAssertions>().And.NotBeNull();
        }