コード例 #1
0
        public void WhenStopWordPresentThenShowit()
        {
            string word = "a";

            Assert.True(StopWords.IsStopWordPresentOrNot(word));
        }