* Test method for
* {@link com.google.gwt.gears.client.Factory#createWorkerPool()}.
*/
public void testCreateWorkerPool() {
Factory factory = Factory.getInstance();
WorkerPool workerPool = factory.createWorkerPool();
assertNotNull("Factory.createWorkerPool() returned null", workerPool);
}