Ejemplo n.º 1
0
        public void WithButtons_should_return_CardActionSetAssertions()
        {
            var buttons  = CardActionTestData.CreateRandomCardActions();
            var heroCard = new HeroCard(buttons: buttons);

            var sut = new HeroCardAssertions(heroCard);

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