assertEquals("1", gc.totalOrderExecutor().properties().getProperty("coreThreads"));
assertEquals("1000", gc.totalOrderExecutor().properties().getProperty("keepAliveTime"));
assertEquals("0", gc.totalOrderExecutor().properties().getProperty("queueSize"));
}
assertTrue(gc.evictionScheduledExecutor().factory() instanceof DefaultScheduledExecutorFactory);
assertEquals("EvictionThread", gc.evictionScheduledExecutor().properties().getProperty("threadNamePrefix"));
assertTrue(gc.replicationQueueScheduledExecutor().factory() instanceof DefaultScheduledExecutorFactory);
assertEquals("ReplicationQueueThread", gc.replicationQueueScheduledExecutor().properties().getProperty("threadNamePrefix"));