public void UpdateQuality_Soap_ReturnsSame() { Item item = new Soap(); item.Quality = 1; item.UpdateQuality(); Assert.AreEqual(1, item.Quality); }