1 package org.jbpm.context.exe; 2 3 import junit.framework.*; 4 5 public class ContextExeDbTests { 6 7 public static Test suite() { 8 TestSuite suite = new TestSuite("dbtests org.jbpm.context.exe"); 9 suite.addTestSuite(ContextInstanceDbTest.class); 11 suite.addTestSuite(TokenVariableMapDbTest.class); 12 suite.addTestSuite(VariableInstanceDbTest.class); 13 return suite; 15 } 16 } 17 | Popular Tags |