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

/external/guava/guava-tests/test/com/google/common/base/
H A DCharMatcherTest.java113 doTestNull(CharMatcher.ANY);
114 doTestNull(CharMatcher.NONE);
115 doTestNull(is('a'));
116 doTestNull(isNot('a'));
117 doTestNull(anyOf(""));
118 doTestNull(anyOf("x"));
119 doTestNull(anyOf("xy"));
120 doTestNull(anyOf("CharMatcher"));
121 doTestNull(noneOf("CharMatcher"));
122 doTestNull(inRang
157 private void doTestNull(CharMatcher matcher) throws Exception { method in class:CharMatcherTest
[all...]

Completed in 28 milliseconds