Home
last modified time | relevance | path

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

/AOO42X/main/toolkit/qa/complex/toolkit/
H A DGridControl.java412 final int currentIntValue = impl_assertInteger( currentValue ); in testSortableDataModel() local
416 ascending ? currentIntValue <= nextIntValue in testSortableDataModel()
417 : currentIntValue >= nextIntValue ); in testSortableDataModel()