package ch21concurrent;
import org.junit.Test;
/**
* Created with IntelliJ IDEA.
* User: yidao
* Date: 12-6-4
* Time: 下午9:45
* CachedThreadPoolTest
*/
public class CachedThreadPoolTest {
@Test
public void testThreadPool() throws Exception {
CachedThreadPool.threadPool();
}
}