package ch21concurrent; import org.junit.Test; import static org.junit.Assert.assertTrue; public class ConcurrentDemoTest { @Test public void test() { assertTrue(true); } }