jp.ne.mki.wedge.junit.rule.xml
クラス XmlRuleTestCase

jp.ne.mki.wedge.junit.rule.xml.XmlRuleTestCase
すべての実装インタフェース:
ExecutionConstant

public class XmlRuleTestCase
implements ExecutionConstant


フィールドの概要
static java.lang.String TEST_FATAL_ERROR
           
 
インタフェース 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
 
コンストラクタの概要
XmlRuleTestCase(java.lang.String fileName, java.lang.String arg)
           
 
メソッドの概要
 void addExpectInRecord(DataInterface data)
           
 void addExpectOutRecord(DataInterface data)
           
 void addInRecord(DataInterface data)
           
 void addOutRecord(DataInterface data)
           
 java.lang.String execute()
          ルールの実行 Ver1.1.0以降用
protected  void runTest()
           
 void setExpectResult(java.lang.String result)
           
 void setParameter(java.lang.String value)
           
 void setRule(RuleEngineInterface rule)
           
 void testCase()
          テスト実行!!
 

フィールドの詳細

TEST_FATAL_ERROR

public static final java.lang.String TEST_FATAL_ERROR
コンストラクタの詳細

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

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)