public void DeleteNotExistingValueTest() { list.InsertAsHead(1); list.DeleteByValue(2); Assert.AreEqual(1, list.ListSize()); }