package ch21concurrent;
import org.junit.Test;
/**
* Created with IntelliJ IDEA.
* User: yidao
* Date: 12-6-5
* Time: 下午8:38
* JoiningTest
*/
public class JoiningTest {
@Test
public void testJoin() throws Exception {
Joining.join();
}
}