1 package org.drools.tags.rule; 2 3 import org.apache.commons.jelly.tags.junit.JellyTestSuite; 4 5 import junit.framework.TestSuite; 6 7 public class RuleTagLibraryTest extends JellyTestSuite 8 { 9 public static TestSuite suite() throws Exception 10 { 11 return createTestSuite( RuleTagLibraryTest.class, 12 "RuleTagLibraryTest.jelly"); 13 } 14 }

This page was automatically generated by Maven