|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectJFCTestCase
jp.ne.mki.wedge.pub.vfunit.testcase.VfUnitTestCase
public class VfUnitTestCase
VisualFrame用 TestCase抽象クラス コンポーネントの取得などを、物理名より取得します。 getTestHelper() の 各メソッドを使用してください。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public VfUnitTestCase(java.lang.String name)
メソッドの詳細 |
---|
public VfRobotHelper getVfHelper()
public IComponentFinder getVfFinder()
public void closeDialog(JFCTestCase testCase, javax.swing.JDialog dialog, int buttonIndex) throws java.lang.Exception
testCase
- dialog
- buttonIndex
-
java.lang.Exception
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
testCase
- owner
- windowTitle
- buttonMessage
- labelMessage
-
java.lang.Exception
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |