KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jbpm > jpdl > exe > JpdlExeDbTests


1 package org.jbpm.jpdl.exe;
2
3 import junit.framework.Test;
4 import junit.framework.TestSuite;
5
6
7 public class JpdlExeDbTests {
8
9   public static Test suite() {
10     TestSuite suite = new TestSuite("org.jbpm.jpdl.exe");
11     //$JUnit-BEGIN$
12
suite.addTestSuite(JoinDbTest.class);
13     //$JUnit-END$
14
return suite;
15   }
16
17 }
18
Popular Tags