initial load
[DTRules.git] / DTRules / src / test / com / dtrules / decisiontables / DTLoaderTest.java
blob23a2933b38fbf20f83f62a4ddb5e26af6ae0cf9c
1 /*
2 * Copyright 2004-2007 MTBJ, Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
16 package com.dtrules.decisiontables;
18 import com.dtrules.test.BaseTest;
21 /**
22 * @author prasath ramachandran
23 * Jan 23, 2007
26 public class DTLoaderTest extends BaseTest {
28 /**
29 * @param arg
31 public DTLoaderTest(String arg) {
32 super(arg);
33 // TODO Auto-generated constructor stub
36 /* (non-Javadoc)
37 * @see junit.framework.TestCase#setUp()
39 protected void setUp() throws Exception {
40 super.setUp();
43 /* (non-Javadoc)
44 * @see junit.framework.TestCase#tearDown()
46 protected void tearDown() throws Exception {
47 super.tearDown();
50 /**
51 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_decision_tables()}.
53 public final void testEnd_decision_tables() {
54 fail("Not yet implemented"); // TODO
57 /**
58 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_table_name()}.
60 public final void testEnd_table_name() {
61 fail("Not yet implemented"); // TODO
64 /**
65 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_decision_table()}.
67 public final void testEnd_decision_table() {
68 fail("Not yet implemented"); // TODO
71 /**
72 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_table_number()}.
74 public final void testEnd_table_number() {
75 fail("Not yet implemented"); // TODO
78 /**
79 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_ipad_id()}.
81 public final void testEnd_ipad_id() {
82 fail("Not yet implemented"); // TODO
85 /**
86 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_purpose()}.
88 public final void testEnd_purpose() {
89 fail("Not yet implemented"); // TODO
92 /**
93 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_comments()}.
95 public final void testEnd_comments() {
96 fail("Not yet implemented"); // TODO
99 /**
100 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_policy_reference()}.
102 public final void testEnd_policy_reference() {
103 fail("Not yet implemented"); // TODO
107 * Test method for {@link com.dtrules.decisiontables.DTLoader#begin_condition_details()}.
109 public final void testBegin_condition_details() {
110 fail("Not yet implemented"); // TODO
114 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_condition_description()}.
116 public final void testEnd_condition_description() {
117 fail("Not yet implemented"); // TODO
121 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_condition_postfix()}.
123 public final void testEnd_condition_postfix() {
124 fail("Not yet implemented"); // TODO
128 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_condition_comment()}.
130 public final void testEnd_condition_comment() {
131 fail("Not yet implemented"); // TODO
135 * Test method for {@link com.dtrules.decisiontables.DTLoader#begin_condition_column()}.
137 public final void testBegin_condition_column() {
138 fail("Not yet implemented"); // TODO
142 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_condition_details()}.
144 public final void testEnd_condition_details() {
145 fail("Not yet implemented"); // TODO
149 * Test method for {@link com.dtrules.decisiontables.DTLoader#begin_action_details()}.
151 public final void testBegin_action_details() {
152 fail("Not yet implemented"); // TODO
156 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_action_description()}.
158 public final void testEnd_action_description() {
159 fail("Not yet implemented"); // TODO
163 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_action_postfix()}.
165 public final void testEnd_action_postfix() {
166 fail("Not yet implemented"); // TODO
170 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_action_comment()}.
172 public final void testEnd_action_comment() {
173 fail("Not yet implemented"); // TODO
177 * Test method for {@link com.dtrules.decisiontables.DTLoader#begin_action_column()}.
179 public final void testBegin_action_column() {
180 fail("Not yet implemented"); // TODO
184 * Test method for {@link com.dtrules.decisiontables.DTLoader#end_action_details()}.
186 public final void testEnd_action_details() {
187 fail("Not yet implemented"); // TODO
191 * Test method for {@link com.dtrules.decisiontables.DTLoader#beginTag(java.lang.String[], int, java.lang.String, java.util.HashMap)}.
193 public final void testBeginTag() {
194 fail("Not yet implemented"); // TODO
198 * Test method for {@link com.dtrules.decisiontables.DTLoader#endTag(java.lang.String[], int, java.lang.String, java.lang.String, java.util.HashMap)}.
200 public final void testEndTag() {
201 fail("Not yet implemented"); // TODO
205 * Test method for {@link com.dtrules.decisiontables.DTLoader#error(java.lang.String)}.
207 public final void testError() {
208 fail("Not yet implemented"); // TODO