Once every year I try to recreate blocks in Java using anonymous inner classes, and then quickly remember, how discouraging Java can be: Read more ...
assertNoException(new Block() {
public void call() throws Exception {
sqlInterface.getActiveAppointments(USER_ID, SUPER_START, SUPER_END, COLS);
}
});