assertTrue(intCallable.executed > 0);
assertTrue(intCallable.executed > callables.get(5).executed);
}
public void testRemoveUniqueCallables() throws Exception {
XCommand command = new XCommand("Test", "type", 100) {
@Override
protected boolean isLockRequired() {
return false;
}