コード例 #1
0
ファイル: For_card_components.cs プロジェクト: jcme/BotSpec
        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();
        }