1: package org.drools.eclipse; 2: 3: import junit.framework.Test; 4: 5: public class AllTests { 6: public static Test suite() { 7: return AllTestsUtil.suite(); 8: } 9: }