public void RemoveShouldReturnFalseIfEmpty() { //arrange var collection = new StringCollection(); //act //assert Assert.False(collection.Removebool("abc")); }