jp.ne.mki.wedge.junit.rule.xml
クラス XmlRuleTestCase
java.lang.Object
TestCase
jp.ne.mki.wedge.junit.rule.xml.XmlRuleTestCase
- すべての実装されたインタフェース:
- ExecutionConstant
public class XmlRuleTestCase
- extends TestCase
- implements ExecutionConstant
インタフェース jp.ne.mki.wedge.run.client.event.ExecutionConstant から継承されたフィールド |
CANCEL, CHECK_ERROR, ERROR, FRAME_CLOSE, FRAME_QUIT, OK, SERVER_ERROR, SERVER_FATAL_ERROR, SERVER_OK, SERVER_USERERROR, SKIP, SKIP_ALL, STOP, STOP_SELECT_ALL, SYSTEM_EXIT, SYSTEM_QUIT, TIMIMG_ROW_WCLICK, TIMIMG_TABLE_SELECTION_CHANGE, TIMING_AFTER, TIMING_BEFORE, TIMING_CLOSE, TIMING_DISPOSE, TIMING_LOAD, TIMING_NONE, TIMING_OPEN, TIMING_ROW_CLICK, USER_ERROR |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEST_FATAL_ERROR
public static final java.lang.String TEST_FATAL_ERROR
- 関連項目:
- 定数フィールド値
XmlRuleTestCase
public XmlRuleTestCase(java.lang.String arg)
XmlRuleTestCase
public XmlRuleTestCase(java.lang.String fileName,
java.lang.String arg)
testCase
public void testCase()
throws java.lang.Exception
- テスト実行!!
- 例外:
java.lang.Exception
runTest
protected void runTest()
throws java.lang.Throwable
- 例外:
java.lang.Throwable
execute
public java.lang.String execute()
- ルールの実行 Ver1.1.0以降用
- 戻り値:
- String
setRule
public void setRule(RuleEngineInterface rule)
addInRecord
public void addInRecord(DataInterface data)
addOutRecord
public void addOutRecord(DataInterface data)
setParameter
public void setParameter(java.lang.String value)
setExpectResult
public void setExpectResult(java.lang.String result)
addExpectInRecord
public void addExpectInRecord(DataInterface data)
addExpectOutRecord
public void addExpectOutRecord(DataInterface data)