Skip navigation links
A B C D E F G H I L M N O P R S T U V 

G

get(String) - Method in class nablarch.test.core.standalone.TestShot
テストデータを取得する。
getAbsoluteCssUriPrefix(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
URI型の絶対パス参照文字列から、URIのプレフィックスを取得する。
getBaseUri() - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
ベースURIを返却する。
getBookName() - Method in class nablarch.test.TestSupport
ブック名を取得する。
getCachedListMap(String, String) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
キャッシュからLIST_MAPを取得する。
キャッシュにない場合は、データシートから取得しメモリ上にキャッシュする。
getCaseName() - Method in class nablarch.test.core.standalone.TestShot
テストケース名称を取得する。
getCookie() - Method in class nablarch.test.core.http.TestCaseInfo
Cookieを返却する。
getDiConfig() - Method in class nablarch.test.core.standalone.TestShot
コンポーネント設定ファイルを取得する。
getDumpFile(ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupport
HTTPレスポンスボディが出力されたファイルを取得する。
getExpectedContentFileName() - Method in class nablarch.test.core.http.TestCaseInfo
コンテンツディスポジション・ヘッダに指定されたファイル名の期待値を返却する。
getExpectedContentLength() - Method in class nablarch.test.core.http.TestCaseInfo
コンテンツレングス・ヘッダの期待値を返却する。
getExpectedContentType() - Method in class nablarch.test.core.http.TestCaseInfo
コンテンツタイプ・ヘッダの期待値の期待値を返却する。
getExpectedForwardUri() - Method in class nablarch.test.core.http.TestCaseInfo
フォワード先URIの期待値を返却する。
getExpectedMessage() - Method in class nablarch.test.core.http.TestCaseInfo
要求電文(期待値)を返却する.
getExpectedMessageId() - Method in class nablarch.test.core.http.TestCaseInfo
メッセージID(期待値)を返却する.
getExpectedRequestMessage(String, Integer, String, DataType, boolean) - Method in class nablarch.test.core.messaging.RequestTestingSendSyncSupport
要求電文の準備を行う。
getExpectedRequestScopeVar() - Method in class nablarch.test.core.http.TestCaseInfo
HTTPレスポンス(期待値)を返却する.
getExpectedSearchId() - Method in class nablarch.test.core.http.TestCaseInfo
検索結果検証の期待値を特定するIDを返却する.
getExpectedStatusCode() - Method in class nablarch.test.core.http.TestCaseInfo
HTTPステータスコード(期待値)を返却する.
getExpectedTable() - Method in class nablarch.test.core.http.TestCaseInfo
テーブル検証の期待値を特定するIDを返却する.
getExpectedTableData(String, String...) - Method in class nablarch.test.TestSupport
期待するTableDataを取得する。
getFileFilter(HttpTestConfiguration) - Method in class nablarch.test.core.http.HttpRequestTestSupport
FileFilterを取得する。
getFwHeaderDefinitionName() - Method in class nablarch.test.core.messaging.MessagingRequestTestSupport
nablarch.fw.messaging.FwHeaderDefinition実装クラスを システムリポジトリから取得するための名前を取得する。 本メソッドは、"fwHeaderDefinition"を返却する。
getHeader(String) - Method in class nablarch.fw.web.MockHttpRequest
HTTPリクエストヘッダの値を返す。
getHeaderMap() - Method in class nablarch.fw.web.MockHttpRequest
HTTPリクエストヘッダを格納したMapを取得する。
getHost() - Method in class nablarch.fw.web.MockHttpRequest
HTTPリクエストのホストヘッダを取得する。
getHttpRequest() - Method in class nablarch.test.core.http.TestCaseInfo
HTTPリクエストを取得する。
getHttpVersion() - Method in class nablarch.fw.web.MockHttpRequest
HTTPバージョン名を返す。
getListMap(String, String) - Method in class nablarch.test.core.db.DbAccessTestSupport
List-Map形式でデータを取得する。
getListMap(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
getListMap(String, String) - Method in class nablarch.test.TestSupport
List-Map形式でデータを取得する。
getListParamMap(String, String) - Method in class nablarch.test.core.db.DbAccessTestSupport
List-Map形式でデータを取得する。
HTTPパラメータと同じ形式で取得できる(Mapの値がString[]となる)。
getListParamMap(String, String) - Method in class nablarch.test.core.db.EntityTestSupport
getListParamMap(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
getListParamMap(String, String) - Method in class nablarch.test.TestSupport
List-Map形式でデータを取得する。
HttpRequestのリクエストパラメータと同じ形式で取得できる。 エンティティのコンストラクタにそのまま渡したい場合に使用する。
getMap(String, String) - Method in class nablarch.test.TestSupport
Map形式でデータを取得する。
getMethod() - Method in class nablarch.fw.web.MockHttpRequest
HTTPリクエストメソッド名を返す。
getMethodName() - Method in class nablarch.test.event.TestEventDispatcher
テストメソッド名を取得する。 サブクラスは、テストメソッド内で本メソッドを起動することで、 実行中のテストメソッド名を取得できる。
getNo() - Method in class nablarch.test.core.standalone.TestShot
ケース番号を取得する。
getParameterMap(String, String) - Method in class nablarch.test.TestSupport
HTTPリクエストパラメータ作成用のMapを取得する。
getParamMap(String, String) - Method in class nablarch.test.core.db.DbAccessTestSupport
List-Map形式でデータを取得する。
HTTPパラメータと同じ形式で取得できる(Mapの値がString[]となる)。
getParamMap(String, String) - Method in class nablarch.test.core.db.EntityTestSupport
getParamMap(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
getPathOf(String) - Method in class nablarch.test.TestSupport
テストデータのパスを取得する。
最初にリソースが見つかったテストデータのパスを返却する。
getRequestId() - Method in class nablarch.test.core.http.TestCaseInfo
テスト対象とするリクエストIDを返却する.
getRequestParameters() - Method in class nablarch.test.core.http.TestCaseInfo
データシートに定義されたリクエストパラメータを取得する
getRequiredColumns() - Method in class nablarch.test.core.standalone.TestShot
必須カラム一覧を取得する。
getResourceName(String) - Method in class nablarch.test.TestSupport
リソース名を取得する。
getResponseMessage() - Method in class nablarch.test.core.http.TestCaseInfo
応答電文を返却する.
getResponseMessage(String, String, Integer, String, DataType, boolean) - Method in class nablarch.test.core.messaging.RequestTestingSendSyncSupport
応答電文の準備を行う。
getResponseMessageBinaryByRequestId(DataType, String) - Method in class nablarch.test.core.messaging.SendSyncSupport
リクエストIDに紐付くメッセージのバイナリを取得する。
getResponseMessageByRequestId(DataType, String) - Method in class nablarch.test.core.messaging.SendSyncSupport
リクエストIDに紐付くメッセージのバイナリを取得する。
getSearchResultKey() - Method in class nablarch.test.core.http.TestCaseInfo
リクエストスコープ内に格納された検索結果を取得するためのキーを取得する。
getSetupTableData(String, String...) - Method in class nablarch.test.TestSupport
準備用のTableDataを取得する。
getSetUpTableGroupId() - Method in class nablarch.test.core.http.TestCaseInfo
テーブルセットアップデータ定義を特定するためのIDを返却する.
getSheetName() - Method in class nablarch.test.core.http.TestCaseInfo
データシート名を返却する
getSheetName() - Method in class nablarch.test.core.standalone.TestShot
シート名を取得する。
getTestCaseName() - Method in class nablarch.test.core.http.TestCaseInfo
テストケース名称を取得する.
テスト失敗時のメッセージやHTMLファイル出力名に使用される。 デフォルトは、{データシート名}_{caseIndex}_{Case名}
例)RGBN00000000_Case0_初期表示
getTestCaseNo() - Method in class nablarch.test.core.http.TestCaseInfo
テストケース番号を取得する。
getTestDataParser() - Method in class nablarch.test.TestSupport
テストデータパーサを取得する。
getTestSupport() - Method in class nablarch.test.core.db.DbAccessTestSupport
テストサポートクラスを返却する。
getTestSupportHandler() - Static method in class nablarch.test.core.http.HttpRequestTestSupport
サポートハンドラを取得する。
getUserId() - Method in class nablarch.test.core.http.TestCaseInfo
ユーザIDを取得する。
getValue(Map<String, String>, String) - Method in class nablarch.test.core.http.TestCaseInfo
LIST_MAPから取得したレコードから、指定したカラム名に対応する値を取得する
A B C D E F G H I L M N O P R S T U V 
Skip navigation links