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

I

IgnoringLS - Class in nablarch.test
改行コードの種類を無視するorg.hamcrest.Matcher実装クラス。
initialize() - Method in class nablarch.test.FixedBusinessDateProvider
nablarch.core.date.BasicBusinessDateProviderと コンポーネント設定ファイルの互換性を持たせるため実装。
initializeDefaultRepository() - Static method in class nablarch.test.RepositoryInitializer
デフォルトのリポジトリの初期化を行う。
initializeIfNotYet(HttpTestConfiguration, File, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
初回時のみ初期化を実行する。
interpret(InterpretationContext) - Method in interface nablarch.test.core.util.interpreter.TestDataInterpreter
解釈する。
InterpretationContext - Class in nablarch.test.core.util.interpreter
解釈コンテキストクラス。
以下の要素を保持する。 解釈対象となる値 解釈クラス(TestDataInterpreter)を格納したキュー 具体的な使用方法は、TestDataInterpreterを参照。
InterpretationContext(String, TestDataInterpreter...) - Constructor for class nablarch.test.core.util.interpreter.InterpretationContext
コンストラクタ
InterpretationContext(String, Collection<TestDataInterpreter>) - Constructor for class nablarch.test.core.util.interpreter.InterpretationContext
コンストラクタ
invalidateSession() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
セッション破棄の処理は行わず、メソッドが実行された回数の記録だけを行う。
InvalidHtmlException - Exception in nablarch.test.tool.htmlcheck
HTMLファイルチェック中に何らかの例外が生じたことを示す例外.
invokeNext() - Method in class nablarch.test.core.util.interpreter.InterpretationContext
次の解釈クラスを起動する。
解釈クラスが存在しない場合、すなわちどの解釈クラスも解釈できなかった場合は、 解釈対象の値がそのまま返却される。
invokePrivateDefaultConstructor(Class<T>) - Static method in class nablarch.test.NablarchTestUtils
プライベートコンストラクタを起動
is3XXStatusCode(int) - Method in class nablarch.test.core.http.HttpRequestTestSupport
300系の HTTP ステータスコードかどうか判定する
IS_VALID_TOKEN - Static variable in class nablarch.test.core.http.TestCaseInfo
トークンを設定するかどうかを記述しているカラム名
isAssertApplicationMessageId() - Method in class nablarch.test.core.http.TestCaseInfo
メッセージIDの検証を行うかどうかを返却する。
isAssertRequestScopeVar() - Method in class nablarch.test.core.http.TestCaseInfo
リクエストスコープ値を比較検証するかどうかを返却する.
isAssertSearch() - Method in class nablarch.test.core.http.TestCaseInfo
検索結果の検証をするかどうかを返却する.
isAssertTable() - Method in class nablarch.test.core.http.TestCaseInfo
テーブル値を検証するかどうか返却する.
isBinaryTypeColumn(String, String) - Method in interface nablarch.test.core.db.DbInfo
指定されたカラムのデータタイプがバイナリ型かを判定する。
isBinaryTypeColumn(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
指定されたカラムのデータタイプがバイナリ型かを判定する。
isBinaryTypeColumn(int) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
バイナリ型であるかどうか判定する。
isBooleanTypeColumn(String, String) - Method in interface nablarch.test.core.db.DbInfo
指定されたカラムのデータタイプがBoolean型かを判定する。
isBooleanTypeColumn(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
指定されたカラムのデータタイプがBoolean型かを判定する。
isBooleanTypeColumn(int) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
Boolean型であるかどうか判定する。
isCheckHtml() - Method in class nablarch.test.core.http.HttpTestConfiguration
HTMLチェック実行するか否かの設定を取得する。
isComputedColumn(String, String) - Method in interface nablarch.test.core.db.DbInfo
自動計算列かどうか判定する。
isComputedColumn(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
自動計算列かどうか判定する。
isDataExisting(String, String) - Method in interface nablarch.test.core.reader.TestDataReader
指定されたパスとリソース名に該当するExcelファイルおよびデータシートが存在するか判定する。
isDateTypeColumn(String, String) - Method in interface nablarch.test.core.db.DbInfo
指定されたカラムのデータタイプが日付型かを判定する。
Typesが以下のタイプの場合は、日付型
java.sql.Types.DATE java.sql.Types.TIME java.sql.Types.TIMESTAMP
isDateTypeColumn(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
指定されたカラムのデータタイプが日付型かを判定する。
Typesが以下のタイプの場合は、日付型
java.sql.Types.DATE java.sql.Types.TIME java.sql.Types.TIMESTAMP
isDateTypeColumn(int) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
日付型かどうか判定する。
isForbiddenAttr(String, String) - Method in class nablarch.test.tool.htmlcheck.HtmlForbiddenNodeConf
指定されたタグと属性の組が不許可であることをチェックする。
isForbiddenTag(String) - Method in class nablarch.test.tool.htmlcheck.HtmlForbiddenNodeConf
指定したタグが使用を許可しないタグであるかをチェックする。
isHttpDumpEnabled() - Method in class nablarch.fw.web.HttpServer
HTTPダンプ機能が有効化されているか?
isNewSession() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
isNullOrEmpty(Collection<?>) - Static method in class nablarch.test.NablarchTestUtils
コレクションがnullまたは空であるか判定する。
isNumberTypeColumn(String, String) - Method in interface nablarch.test.core.db.DbInfo
指定されたカラムのデータタイプが数値型かを判定する。
isNumberTypeColumn(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
指定されたカラムのデータタイプが数値型かを判定する。
isNumberTypeColumn(int) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
数値型かどうか判定する。
isRequestParametersSet() - Method in class nablarch.test.core.http.TestCaseInfo
リクエストパラメータを設定するかどうかを返却する
isResourceExisting(String, String) - Method in interface nablarch.test.core.reader.TestDataParser
指定されたパスとリソース名に該当するExcelファイルが存在するか判定する。
isResourceExisting(String, String) - Method in interface nablarch.test.core.reader.TestDataReader
指定されたパスとリソース名に該当するExcelファイルが存在するか判定する。
isSetUpTable() - Method in class nablarch.test.core.http.TestCaseInfo
テーブルをセットアップするかどうかを返却する.
isUniqueIndex(String, String) - Method in interface nablarch.test.core.db.DbInfo
ユニークインデックスかどうか判定する。
isUniqueIndex(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
ユニークインデックスかどうか判定する。
isValidToken() - Method in class nablarch.test.core.http.TestCaseInfo
トークン制御を行うかどうかを返却する.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links