Searched refs:argsMaybeWithSelf (Results 1 – 1 of 1) sorted by relevance
555 Object[] argsMaybeWithSelf = randomArgs(paramsMaybeWithSelf); in testUnreflectMaybeSpecial() local556 printCalled(target, name, argsMaybeWithSelf); in testUnreflectMaybeSpecial()557 target.invokeWithArguments(argsMaybeWithSelf); in testUnreflectMaybeSpecial()558 assertCalled(name, argsMaybeWithSelf); in testUnreflectMaybeSpecial()