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

フィールドの概要
static java.lang.String FRAME_PNAME
           
 
コンストラクタの概要
CommonCheck(java.lang.String name)
           
 
メソッドの概要
 void test001WindowCheck()
          画面のチェック
 void test002LoginPanel()
          ログインパネルの内容のチェック
 
クラス 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