initial load
[DTRules.git] / DTRules / src / test / com / dtrules / decisiontables / RDecisionTableTest.java
blob0dfff07840bba28a48028207dabaeb1d174a8674
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 paul snow
23 * Jan 23, 2007
26 public class RDecisionTableTest extends BaseTest {
28 /**
29 * @param arg
31 public RDecisionTableTest(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.RDecisionTable#execute(com.dtrules.session.DTState)}.
53 public final void testExecute() {
54 fail("Not yet implemented"); // TODO
57 /**
58 * Test method for {@link com.dtrules.decisiontables.RDecisionTable#isExecutable()}.
60 public final void testIsExecutable() {
61 fail("Not yet implemented"); // TODO
64 /**
65 * Test method for {@link com.dtrules.decisiontables.RDecisionTable#compile()}.
67 public final void testCompile() {
68 fail("Not yet implemented"); // TODO
71 /**
72 * Test method for {@link com.dtrules.decisiontables.RDecisionTable#validate()}.
74 public final void testValidate() {
75 fail("Not yet implemented"); // TODO
78 /**
79 * Test method for {@link com.dtrules.decisiontables.RDecisionTable#newANode(int)}.
81 public final void testNewANode() {
82 fail("Not yet implemented"); // TODO
85 /**
86 * Test method for {@link com.dtrules.decisiontables.RDecisionTable#build()}.
88 public final void testBuild() {
89 fail("Not yet implemented"); // TODO
92 /**
93 * Test method for {@link com.dtrules.decisiontables.RDecisionTable#stringValue()}.
95 public final void testStringValue() {
96 fail("Not yet implemented"); // TODO
99 /**
100 * Test method for {@link com.dtrules.decisiontables.RDecisionTable#toString()}.
102 public final void testToString() {
103 fail("Not yet implemented"); // TODO
107 * Test method for {@link com.dtrules.decisiontables.RDecisionTable#type()}.
109 public final void testType() {
110 fail("Not yet implemented"); // TODO