import org.junit.Test; public class T3OrcTestDenseInstance { @Test public void test() throws Exception { T3OrcTestCommon.test(net.sf.javaml.core.DenseInstance.class,"denseInstance"); } }