Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java94 assertException( "addRows is expected to throw when invoked with different-sized arrays", in testAddRows()
144 assertException( "inserting a row at a position > rowCount is expected to throw", in testInsertRow()
149 assertException( "inserting a row at a position < 0 is expected to throw", in testInsertRow()
213assertException( "inserting multiple rows at a position > rowCount is expected to throw an IndexOu… in testInsertRows()
218assertException( "inserting multiple rows at a position < 0 is expected to throw an IndexOutOfBoun… in testInsertRows()
223assertException( "inserting multiple rows with inconsistent array lengths is expected to throw an … in testInsertRows()
261 assertException( "removeRow silently ignores an invalid index (1)", in testRemoveRow()
263 assertException( "removeRow silently ignores an invalid index (2)", in testRemoveRow()
317 assertException( "updateCellData silently ignores an invalid index (1)", in testUpdateCellData()
320 assertException( "updateCellData silently ignores an invalid index (2)", in testUpdateCellData()
[all …]
/AOO41X/main/toolkit/qa/complex/toolkit/
H A DAssert.java53 …public static void assertException( final String i_message, final Object i_object, final String i_… in assertException() method in Assert
179 …public static void assertException( final String i_message, final Object i_object, final String i_… in assertException() method in Assert
185assertException( i_message, i_object, i_methodName, argClasses, i_methodArgs, i_expectedExceptionC… in assertException()
196 …public static void assertException( final Object i_object, final String i_methodName, final Object… in assertException() method in Assert
199 assertException( in assertException()
214 …public static void assertException( final Object i_object, final String i_methodName, final Class[… in assertException() method in Assert
217 assertException( in assertException()
225 …public static void assertException( Object i_object, Class _unoInterfaceClass, String i_methodName… in assertException() method in Assert
228 assertException( UnoRuntime.queryInterface( _unoInterfaceClass, i_object ), i_methodName, in assertException()