Searched refs:nonEmpty (Results 1 – 1 of 1) sorted by relevance
580 Object[] nonEmpty = TextUtils.removeEmptySpans(allSpans.toArray(), this, Object.class); in test() local581 assertEquals("Mismatched array size", nonEmptySpans.size(), nonEmpty.length); in test()582 for (int i=0; i<nonEmpty.length; i++) { in test()583 assertEquals("Span differ", nonEmptySpans.get(i), nonEmpty[i]); in test()