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