Home
last modified time | relevance | path

Searched refs:reallyTestEmpty (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DCharMatcherTest.java108 reallyTestEmpty(matcher); in doTestEmpty()
109 reallyTestEmpty(matcher.negate()); in doTestEmpty()
110 reallyTestEmpty(matcher.precomputed()); in doTestEmpty()
113 private void reallyTestEmpty(CharMatcher matcher) throws Exception { in reallyTestEmpty() method in CharMatcherTest
/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java171 reallyTestEmpty(matcher); in doTestEmpty()
172 reallyTestEmpty(matcher.negate()); in doTestEmpty()
173 reallyTestEmpty(matcher.precomputed()); in doTestEmpty()
176 private void reallyTestEmpty(CharMatcher matcher) throws Exception { in reallyTestEmpty() method in CharMatcherTest