jp.ne.mki.wedge.pub.vfunit.test.action
クラス AbstractJFCTestAction

java.lang.Object
  上位を拡張 JFCTestCase
      上位を拡張 jp.ne.mki.wedge.pub.vfunit.test.action.AbstractJFCTestAction
すべての実装されたインタフェース:
IVfUnitTestAction
直系の既知のサブクラス:
FrameRunnerAction, ShowingWindowCheckAction, VfFrameCloseAction

public abstract class AbstractJFCTestAction
extends JFCTestCase
implements IVfUnitTestAction

TestActionの抽象クラス。 Swingにアクセスできるように、JFCTestCaseを継承して AWTFlushなどが使えるようにしています。 Swingアクセスなど関係ない場合には、 この抽象クラスを使用しなくてもOKです。

作成者:
kanbayashi

コンストラクタの概要
AbstractJFCTestAction()
           
 
メソッドの概要
protected  IComponentFinder getComponentFinder()
          ComponentFinerを取得する
 java.lang.String getName()
          名称を返す Thread実行するときのThreadの名称として使われます。
 IVfUnitTest getParentTest()
          起動元親テストを取得
protected  ITestHelper getTestHelper()
          TestHelperを取得する
protected  org.w3c.dom.Node getXmlNode()
          XmlNodeを取得する
protected abstract  void processElement()
          処理実行
 void runBare()
          処理実行
 void setParentTest(IVfUnitTest test)
          起動元親テストを設定
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractJFCTestAction

public AbstractJFCTestAction()
メソッドの詳細

processElement

protected abstract void processElement()
                                throws java.lang.Throwable
処理実行

例外:
java.lang.Throwable

getName

public java.lang.String getName()
名称を返す Thread実行するときのThreadの名称として使われます。

戻り値:
String

runBare

public void runBare()
             throws java.lang.Throwable
インタフェース IVfUnitTestAction の記述:
処理実行

定義:
インタフェース IVfUnitTestAction 内の runBare
例外:
java.lang.Throwable

setParentTest

public void setParentTest(IVfUnitTest test)
起動元親テストを設定

定義:
インタフェース IVfUnitTestAction 内の setParentTest
パラメータ:
test -

getParentTest

public IVfUnitTest getParentTest()
起動元親テストを取得

定義:
インタフェース IVfUnitTestAction 内の getParentTest
戻り値:

getXmlNode

protected org.w3c.dom.Node getXmlNode()
XmlNodeを取得する

戻り値:

getTestHelper

protected ITestHelper getTestHelper()
TestHelperを取得する

戻り値:

getComponentFinder

protected IComponentFinder getComponentFinder()
ComponentFinerを取得する

戻り値: