4243444546474849505152
* methods have the specified name */ @Validate public static Action0 invokeMethodWithNoArgsOn(@NotNull final Object obj, @NotNull final String methodName) { return new Action0() { private final Method method; // initialiser block {