public void VerifiesContainingWord() { string word = "word"; repository.Add(word); Assert.IsTrue(repository.Contains(word)); }