Searched refs:_expectedElements (Results 1 – 1 of 1) sorted by relevance
399 …d impl_verifyEnumerationContent( XEnumeration _enum, final Object[] _expectedElements, final Strin… in impl_verifyEnumerationContent() argument406 for ( int i=0; i<_expectedElements.length; ++i ) in impl_verifyEnumerationContent()411 CompareEqual comparator = _expectedElements[0].getClass().equals( Pair.class ) in impl_verifyEnumerationContent()415 for ( int i=0; i<_expectedElements.length; ++i ) in impl_verifyEnumerationContent()417 …rue( _context + ": too few elements in the enumeration (still " + ( _expectedElements.length - i )… in impl_verifyEnumerationContent()427 for ( int j=0; j<_expectedElements.length; ++j ) in impl_verifyEnumerationContent()429 if ( comparator.areEqual( _expectedElements[j], nextElement ) ) in impl_verifyEnumerationContent()