Searched refs:doTestEmpty (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
H A DCharMatcherTest.java98 doTestEmpty(CharMatcher.ANY);
99 doTestEmpty(CharMatcher.NONE);
100 doTestEmpty(is('a'));
101 doTestEmpty(isNot('a'));
102 doTestEmpty(anyOf(""));
103 doTestEmpty(anyOf("x"));
104 doTestEmpty(anyOf("xy"));
105 doTestEmpty(anyOf("CharMatcher"));
106 doTestEmpty(noneOf("CharMatcher"));
107 doTestEmpty(inRang
126 private void doTestEmpty(CharMatcher matcher) throws Exception { method in class:CharMatcherTest
[all...]

Completed in 78 milliseconds