package ch21concurrent; import org.junit.Test; /** * Created with IntelliJ IDEA. * User: yidao * Date: 12-6-4 * Time: 下午9:46 * CallableDemoTest */ public class CallableDemoTest { @Test public void testCallable() throws Exception { CallableDemo.callable(); } }