import org.junit.* ; public class T3OrcTestTriangle { @Test public void test() throws Exception { T3OrcTestCommon.test(Examples.Triangle.class,"triangle"); } }