import org.junit.* ; public class T3OrcTestBinarySearchTree { @Test public void test() throws Exception { T3OrcTestCommon.test(Examples.BinarySearchTree.class,"bst"); } }