public void ThrowsArgumentExceptionGivenEmptyName() { string newValue = ""; Assert.Throws <ArgumentException>(() => _testItem.UpdateDetails(newValue, _validDescription, _validPrice)); }