1213141516171819
@RunWith(JExample.class) public class StopwordsTest { @Test public void stopWords() { Stopwords basicEnglish = Stopwords.BASIC_ENGLISH; assertTrue(basicEnglish.contains("a")); }