public void DeleteElementTest() { Multiplicity<int> many = new Multiplicity<int>(); many.AddElement(1); many.DeleteELement(1); Assert.IsTrue(many.IsEmpty()); }