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

This page was automatically generated by Maven