initial load
[DTRules.git] / DTRules / src / test / com / dtrules / test / AllUnitTest.java
blob838ecaccdbff720b981bcec8582928129b58ddce
1 /*
2 * $Id$
3 *
4 * Copyright 2004-2007 MTBJ, Inc.
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
18 package com.dtrules.test;
20 import junit.framework.Test;
21 import junit.framework.TestSuite;
23 /**
24 * <p>Title : DTRules</p>
25 * <p>Description : The Rules Engine</p>
26 * <p>Date : Jan 26, 2005 , 4:41:14 PM</p>
28 * @author Prasath Ramachandran
29 * @version $Revision: 1.0 $
32 public class AllUnitTest {
33 public static Test suite() {
34 TestSuite suite = new TestSuite();
35 return suite;