示例#1
0
        public void WithButtons_should_return_CardActionSetAssertions()
        {
            var buttons     = CardActionTestData.CreateRandomCardActions();
            var receiptCard = new ReceiptCard(buttons: buttons);

            var sut = new ReceiptCardAssertions(receiptCard);

            sut.WithButtons().Should().BeAssignableTo <CardActionSetAssertions>().And.NotBeNull();
        }