1 package org.jbpm.graph.action; 2 3 import junit.framework.Test; 4 import junit.framework.TestSuite; 5 6 7 public class GraphActionTests { 8 9 public static Test suite() { 10 TestSuite suite = new TestSuite("Test for org.jbpm.graph.action"); 11 suite.addTestSuite(ScriptXmlTest.class); 13 suite.addTestSuite(ScriptTest.class); 14 return suite; 16 } 17 18 } 19 | Popular Tags |