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 {
9596979899100101102103104105
* @throws Throwable When the action is called */ @Validate public static Action0 throwException(@NotNull final Throwable _e) { return new Action0() { @Override @SneakyThrows public void apply() { Throwable actual;