Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/qa/complex/toolkit/
H A DGridControl.java245 final int index = impl_assertInteger( event.Accessor ); in testGridColumnModel()
269 final int removedIndex = impl_assertInteger( event.Accessor ); in testGridColumnModel()
286 final int index = impl_assertInteger( event.Accessor ); in testGridColumnModel()
300 final int removalIndex = impl_assertInteger( event.Accessor ); in testGridColumnModel()
325 final int insertionIndex = impl_assertInteger( events.get(0).Accessor ); in testGridColumnModel()
412 final int currentIntValue = impl_assertInteger( currentValue ); in testSortableDataModel()
414 final int nextIntValue = impl_assertInteger( nextValue ); in testSortableDataModel()
421 final int unsortedRowIndex = impl_assertInteger( rowHeading ); in testSortableDataModel()
520 private int impl_assertInteger( final Object i_object ) in impl_assertInteger() method in GridControl

Completed in 8 milliseconds