super(name);
}
public void testExecutionOrder()
{
OrderedExecutorFactory factory = new OrderedExecutorFactory(Executors.newCachedThreadPool(new JBMThreadFactory("test-thread-factory")));
CompatibleExecutor executor = factory.getExecutor("test executor");
final int numTasks = 200000;
CounterRunnable[] tasks = new CounterRunnable[numTasks];