jp.ne.mki.wedge.pub.vfunit.testcase
クラス VfUnitTestCase

java.lang.Object
  上位を拡張 JFCTestCase
      上位を拡張 jp.ne.mki.wedge.pub.vfunit.testcase.VfUnitTestCase
直系の既知のサブクラス:
DesktopRunnerAction, FrameRunnerAction, VfUnitXmlTestCase

public class VfUnitTestCase
extends JFCTestCase

VisualFrame用 TestCase抽象クラス コンポーネントの取得などを、物理名より取得します。 getTestHelper() の 各メソッドを使用してください。

作成者:
kanbayashi

コンストラクタの概要
VfUnitTestCase(java.lang.String name)
          コンストラクタ
 
メソッドの概要
 void checkOptionPaneDialog(JFCTestCase testCase, javax.swing.JDialog dialog, java.lang.String windowTitle, java.lang.String[] buttonMessage, java.lang.String labelMessage)
          JOptionPaneダイアログの内容をチェックします。
 void closeDialog(JFCTestCase testCase, javax.swing.JDialog dialog, int buttonIndex)
          指定のDialogを 指定ボタンIndexを押す事で 閉じる
 IComponentFinder getVfFinder()
          Vf コンポーネントFinder
 VfRobotHelper getVfHelper()
          Helperを取得
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

VfUnitTestCase

public VfUnitTestCase(java.lang.String name)
コンストラクタ

メソッドの詳細

getVfHelper

public VfRobotHelper getVfHelper()
Helperを取得

戻り値:

getVfFinder

public IComponentFinder getVfFinder()
Vf コンポーネントFinder

戻り値:

closeDialog

public void closeDialog(JFCTestCase testCase,
                        javax.swing.JDialog dialog,
                        int buttonIndex)
                 throws java.lang.Exception
指定のDialogを 指定ボタンIndexを押す事で 閉じる

パラメータ:
testCase -
dialog -
buttonIndex -
例外:
java.lang.Exception

checkOptionPaneDialog

public void checkOptionPaneDialog(JFCTestCase testCase,
                                  javax.swing.JDialog dialog,
                                  java.lang.String windowTitle,
                                  java.lang.String[] buttonMessage,
                                  java.lang.String labelMessage)
                           throws java.lang.Exception
JOptionPaneダイアログの内容をチェックします。 チェック対象はメッセージと、ボタン数、ボタン表示文字列です

パラメータ:
testCase -
owner -
windowTitle -
buttonMessage -
labelMessage -
例外:
java.lang.Exception