Searched refs:i_methodName (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/toolkit/qa/complex/toolkit/ |
| H A D | Assert.java | 53 …tic void assertException( final String i_message, final Object i_object, final String i_methodName, in assertException() argument 63 Method method = impl_getMethod( objectClass, i_methodName, i_argClasses ); in assertException() 69 …uch method: " ).append( objectClass.getName() ).append( "." ).append( i_methodName ).append( "( " … in assertException() 113 …private static Method impl_getMethod( final Class i_objectClass, final String i_methodName, final … in impl_getMethod() argument 117 return i_objectClass.getMethod( i_methodName, i_argClasses ); in impl_getMethod() 160 return i_objectClass.getMethod( i_methodName, argClasses ); in impl_getMethod() 179 …tic void assertException( final String i_message, final Object i_object, final String i_methodName, in assertException() argument 185 …assertException( 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() argument 202 ") while calling " + i_object.getClass().getName() + "." + i_methodName, in assertException() [all …]
|