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

java.lang.Object
  上位を拡張 JFCTestCase
      上位を拡張 jp.ne.mki.wedge.pub.vfunit.test.action.AbstractJFCTestAction
          上位を拡張 jp.ne.mki.wedge.pub.vfunit.test.action.FrameRunnerAction
すべての実装されたインタフェース:
IReportTestCase, IVfUnitTestAction

public class FrameRunnerAction
extends AbstractJFCTestAction
implements IReportTestCase

FrameRunner画面に情報設定し、画面を起動する。 起動されているFrameRunner画面を探し出し、 <framerunner> のタグに設定されている、画面名、入出力情報、共通メモリ、 オプショナルデータの情報を設定し、画面起動ボタンを押下することにより 画面を起動します。

作成者:
kanbayashi

コンストラクタの概要
FrameRunnerAction()
           
 
メソッドの概要
 java.lang.String getProcessString()
          処理内容を文字列として取得
 void processElement()
          処理実行
 
クラス jp.ne.mki.wedge.pub.vfunit.test.action.AbstractJFCTestAction から継承されたメソッド
getComponentFinder, getName, getParentTest, getTestHelper, getXmlNode, runBare, setParentTest
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FrameRunnerAction

public FrameRunnerAction()
メソッドの詳細

processElement

public void processElement()
                    throws java.lang.Throwable
クラス AbstractJFCTestAction の記述:
処理実行

定義:
クラス AbstractJFCTestAction 内の processElement
例外:
java.lang.Throwable

getProcessString

public java.lang.String getProcessString()
インタフェース IReportTestCase の記述:
処理内容を文字列として取得

定義:
インタフェース IReportTestCase 内の getProcessString
戻り値: