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