Example #1
0
        public void ThrowsArgumentExceptionGivenEmptyName()
        {
            string newValue = "";

            Assert.Throws <ArgumentException>(() => _testItem.UpdateDetails(newValue, _validDescription, _validPrice));
        }