import static org.junit.Assert.assertTrue; import org.junit.Test; public class DaikonTestXPool { @Test public void test() throws Exception { assertTrue(DaikonTestCommon.check("xpool")); } }