Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/qa/complex/toolkit/
H A DAssert.java54 … final Class[] i_argClasses, final Object[] i_methodArgs, final Class i_expectedExceptionClass ) in assertException() argument
63 Method method = impl_getMethod( objectClass, i_methodName, i_argClasses ); in assertException()
70 for ( int i=0; i<i_argClasses.length; ++i ) in assertException()
72 message.append( i_argClasses[i].getName() ); in assertException()
73 if ( i<i_argClasses.length - 1 ) in assertException()
117 return i_objectClass.getMethod( i_methodName, i_argClasses ); in impl_getMethod()
137 final Class[] argClasses = new Class[ i_argClasses.length ]; in impl_getMethod()
140 argClasses[i] = i_argClasses[i]; in impl_getMethod()
146 if ( i_argClasses[i].equals( substitutionTable[c][0] ) ) in impl_getMethod()
214 …void assertException( final Object i_object, final String i_methodName, final Class[] i_argClasses, in assertException() argument
[all …]

Completed in 19 milliseconds