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

/external/guava/guava-tests/test/com/google/common/base/
H A DCharMatcherTest.java157 doTestNull(CharMatcher.ANY);
158 doTestNull(CharMatcher.NONE);
159 doTestNull(is('a'));
160 doTestNull(isNot('a'));
161 doTestNull(anyOf(""));
162 doTestNull(anyOf("x"));
163 doTestNull(anyOf("xy"));
164 doTestNull(anyOf("CharMatcher"));
165 doTestNull(noneOf("CharMatcher"));
166 doTestNull(inRang
201 private void doTestNull(CharMatcher matcher) throws Exception { method in class:CharMatcherTest
[all...]

Completed in 29 milliseconds