Searched refs:notEmptyObjectArray (Results 1 – 1 of 1) sorted by relevance
463 final Object[] notEmptyObjectArray = {"aValue"}; in testGetLength() local466 assertEquals(1, ArrayUtils.getLength(notEmptyObjectArray)); in testGetLength()