public void WhenStopWordPresentThenShowit() { string word = "a"; Assert.True(StopWords.IsStopWordPresentOrNot(word)); }