Searched refs:doTestNull (Results 1 – 1 of 1) sorted by relevance
157 doTestNull(CharMatcher.ANY); in testNull()158 doTestNull(CharMatcher.NONE); in testNull()159 doTestNull(is('a')); in testNull()160 doTestNull(isNot('a')); in testNull()161 doTestNull(anyOf("")); in testNull()162 doTestNull(anyOf("x")); in testNull()163 doTestNull(anyOf("xy")); in testNull()164 doTestNull(anyOf("CharMatcher")); in testNull()165 doTestNull(noneOf("CharMatcher")); in testNull()166 doTestNull(inRange('n', 'q')); in testNull()[all …]