Home
last modified time | relevance | path

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

/AOO42X/main/comphelper/qa/complex/comphelper/
H A DMap.java411 …d impl_verifyEnumerationContent( XEnumeration _enum, final Object[] _expectedElements, final Strin… in impl_verifyEnumerationContent() argument
418 for ( int i=0; i<_expectedElements.length; ++i ) in impl_verifyEnumerationContent()
423 CompareEqual comparator = _expectedElements[0].getClass().equals( Pair.class ) in impl_verifyEnumerationContent()
427 for ( int i=0; i<_expectedElements.length; ++i ) in impl_verifyEnumerationContent()
429 …rue( _context + ": too few elements in the enumeration (still " + ( _expectedElements.length - i )… in impl_verifyEnumerationContent()
439 for ( int j=0; j<_expectedElements.length; ++j ) in impl_verifyEnumerationContent()
441 if ( comparator.areEqual( _expectedElements[j], nextElement ) ) in impl_verifyEnumerationContent()