Home
last modified time | relevance | path

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

/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java144 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()
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()
323 assertException( "updateCellData silently ignores an invalid index (3)", in testUpdateCellData()
367 assertException( "updateRowData silently ignores an invalid index (1)", in testUpdateRowData()
370 assertException( "updateRowData silently ignores an invalid index (2)", in testUpdateRowData()
373 assertException( "updateRowData silently ignores different-sized arrays", in testUpdateRowData()
[all …]
/trunk/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()

Completed in 16 milliseconds