Home
last modified time | relevance | path

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

/trunk/main/toolkit/qa/complex/toolkit/
H A DAssert.java53 …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()
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()
202 ") while calling " + i_object.getClass().getName() + "." + i_methodName, in assertException()
203 i_object, i_methodName, i_methodArgs, i_expectedExceptionClass ); in assertException()
220 ") while calling " + i_object.getClass().getName() + "." + i_methodName, in assertException()
221 i_object, i_methodName, i_argClasses, i_methodArgs, i_expectedExceptionClass ); in assertException()
[all …]

Completed in 35 milliseconds