public void TestDeleteTrueAndNull() { dataStructure.Put(1, "abc"); Assert.IsTrue(dataStructure.Delete(1)); Assert.IsNull(dataStructure.Get(1)); }