Exemplo n.º 1
0
        public void AddAndRemoveMethod_CardIsNull_ThrowArgumentNullException()
        {
            var card = new TravelCard();

            Assert.That(() => _build.AddAndRemoveMethod(card = null), Throws.ArgumentNullException);
        }