testcase
クラス CommonCheck
java.lang.Object
VfUnitTestCase
testcase.CommonCheck
public class CommonCheck
- extends VfUnitTestCase
コードでテストケースを書くサンプルコード。
コンポーネントの取得は getVfFinder().getWindow(FRAME_PNAME) にて
Window取得後、 getVfFinder().findNamedComponent(コンポーネント名称, window) にて
取得ができます。
アイテムの取得は getVfFinder().findNamedItem(アイテム名称, window) にて
取得ができます。
- 作成者:
- kanbayashi
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FRAME_PNAME
public static final java.lang.String FRAME_PNAME
- 関連項目:
- 定数フィールド値
CommonCheck
public CommonCheck(java.lang.String name)
test001WindowCheck
public void test001WindowCheck()
throws java.lang.Exception
- 画面のチェック
- 例外:
java.lang.Exception
test002LoginPanel
public void test002LoginPanel()
throws java.lang.Exception
- ログインパネルの内容のチェック
- 例外:
java.lang.Exception