1 package org.drools.tags.knowledge;
2
3 import org.apache.commons.jelly.tags.junit.JellyTestSuite;
4
5 import junit.framework.TestSuite;
6
7 public class KnowledgeTagLibraryTest extends JellyTestSuite
8 {
9 public static TestSuite suite() throws Exception
10 {
11 return createTestSuite( KnowledgeTagLibraryTest.class,
12 "KnowledgeTagLibraryTest.jelly");
13 }
14 }
This page was automatically generated by Maven