パッケージ | 説明 |
---|---|
com.borland.silktest.jtf |
コアの Java テスト フレームワーク (JTF) クラス群です。
|
com.borland.silktest.jtf.common |
このパッケージには、共通の JTF 機能が含まれています。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Desktop.logError(String message,
TruelogScreenshotMode screenshotMode)
テスト実行中に書き出される TrueLog ファイルにエラー メッセージとスクリーンショットを出力します。
|
void |
Desktop.logInfo(String message,
TruelogScreenshotMode screenshotMode)
テスト実行中に書き出される TrueLog ファイルに情報メッセージとスクリーンショットを出力します。
|
void |
Desktop.logWarning(String message,
TruelogScreenshotMode screenshotMode)
テスト実行中に書き出される TrueLog ファイルに警告メッセージとスクリーンショットを出力します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static TruelogScreenshotMode |
TruelogScreenshotMode.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static TruelogScreenshotMode[] |
TruelogScreenshotMode.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.