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