Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- id - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleNode
- iframe() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- IgnoringLS - Class in nablarch.test
-
改行コードの種類を無視するorg.hamcrest.Matcher実装クラス。
- IgnoringLS.ContainsIgnoreLS - Class in nablarch.test
-
改行コードの種類を無視して、実際の値が期待値を含むことを 表明するMatcherクラス。
- IgnoringLS.EqualsIgnoreLS - Class in nablarch.test
-
改行の種類以外が等しいことを表明するMatcherクラス。
- image - Variable in class nablarch.test.tool.htmlcheck.parser.Token
-
The string image of the token.
- img() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- IN_COMMENT - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
-
Lexical state.
- inBuf - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
- indexOf(Class<? extends T>) - Method in class nablarch.test.core.util.ListWrapper
-
指定したクラスに合致する先頭要素のインデックスを返却する。
- indexOf(Class<? extends T>, boolean) - Method in class nablarch.test.core.util.ListWrapper
-
指定したクラスに合致する先頭要素のインデックスを返却する。
必須指定がされており、かつ指定クラスに合致する要素がない場合は例外が発生する。 - indicesOf(ListWrapper.Condition<T>) - Method in class nablarch.test.core.util.ListWrapper
-
指定した条件に合致するインデックス一覧を返却する。
- initialize() - Method in class nablarch.test.core.messaging.EmbeddedMessagingProvider
-
他の実装クラスとインタフェースを合わせるためにInitializable
を実装する。Initializable
を実装することで、リクエスト単体テスト時にApplicationInitializer
の リポジトリ設定の上書きを不要にしている。 本メソッドは何も処理しない。 - initialize() - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider
-
他の実装クラスとインタフェースを合わせるためにInitializable
を実装する。Initializable
を実装することで、リクエスト単体テスト時にApplicationInitializer
の リポジトリ設定の上書きを不要にしている。 本メソッドは何も処理しない。 - initialize() - Method in class nablarch.test.FixedBusinessDateProvider
-
nablarch.core.date.BasicBusinessDateProviderと コンポーネント設定ファイルの互換性を持たせるため実装。
- initialize() - Method in class nablarch.test.NopHandler
- initialize(Object...) - Method in class nablarch.test.core.file.StringDataType
- initialize(ObjectSettings) - Method in class nablarch.test.core.log.LogVerifier
-
本クラスでは何もしない。
- initialize(ObjectSettings) - Method in class nablarch.test.core.log.NopLogWriter
- initialize(CommandLine, ExecutionContext) - Method in class nablarch.test.core.messaging.AsyncMessageSendActionForUt
- initializeDefaultRepository() - Static method in class nablarch.test.RepositoryInitializer
-
デフォルトのリポジトリの初期化を行う。
- initializeForRequestUnitTesting(Class<?>, String, String, String, String) - Static method in class nablarch.test.core.messaging.RequestTestingMessagingClient
-
リクエスト単体テスト時の初期化処理を行う。
- initializeForRequestUnitTesting(Class<?>, String, String, String, String) - Static method in class nablarch.test.core.messaging.RequestTestingMessagingProvider.RequestTestingMessagingContext
-
リクエスト単体テスト時の初期化処理を行う。
- initializeIfNotYet(HttpTestConfiguration, File, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
初回時のみ初期化を実行する。
- input() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- input_stream - Variable in class nablarch.test.tool.htmlcheck.parser.ParserTokenManager
- inputStream - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
- ins() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- insert(T) - Method in class nablarch.test.core.util.ListWrapper
-
リストに対する挿入操作を用意する。
- INT - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
-
RegularExpression Id.
- IntegrationTestSupport - Class in nablarch.test.core.integration
-
結合テストサポートクラス。
- IntegrationTestSupport() - Constructor for class nablarch.test.core.integration.IntegrationTestSupport
-
コンストラクタ。
- IntegrationTestSupport(Class<?>) - Constructor for class nablarch.test.core.integration.IntegrationTestSupport
-
コンストラクタ
- interpret(InterpretationContext) - Method in class nablarch.test.core.util.interpreter.BasicJapaneseCharacterInterpreter
-
解釈する。
- interpret(InterpretationContext) - Method in class nablarch.test.core.util.interpreter.BinaryFileInterpreter
-
解釈する。
- interpret(InterpretationContext) - Method in class nablarch.test.core.util.interpreter.CompositeInterpreter
-
解釈する。
- interpret(InterpretationContext) - Method in class nablarch.test.core.util.interpreter.DateTimeInterpreter
-
解釈する。
- interpret(InterpretationContext) - Method in class nablarch.test.core.util.interpreter.LineSeparatorInterpreter
-
解釈する。
- interpret(InterpretationContext) - Method in class nablarch.test.core.util.interpreter.NullInterpreter
-
解釈する。
- interpret(InterpretationContext) - Method in class nablarch.test.core.util.interpreter.QuotationTrimmer
-
解釈する。
- interpret(InterpretationContext) - Method in interface nablarch.test.core.util.interpreter.TestDataInterpreter
-
解釈する。
- InterpretationContext - Class in nablarch.test.core.util.interpreter
-
解釈コンテキストクラス。
以下の要素を保持する。 解釈対象となる値 解釈クラス(TestDataInterpreter
)を格納したキュー 具体的な使用方法は、TestDataInterpreter
を参照。 - InterpretationContext(String, Collection<TestDataInterpreter>) - Constructor for class nablarch.test.core.util.interpreter.InterpretationContext
-
コンストラクタ
- InterpretationContext(String, 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ファイルチェック中に何らかの例外が生じたことを示す例外.
- InvalidHtmlException(String) - Constructor for exception nablarch.test.tool.htmlcheck.InvalidHtmlException
- InvalidHtmlException(String, Throwable) - Constructor for exception nablarch.test.tool.htmlcheck.InvalidHtmlException
- InvalidHtmlException(Throwable) - Constructor for exception nablarch.test.tool.htmlcheck.InvalidHtmlException
- invokeNext() - Method in class nablarch.test.core.util.interpreter.InterpretationContext
-
次の解釈クラスを起動する。
解釈クラスが存在しない場合、すなわちどの解釈クラスも解釈できなかった場合は、 解釈対象の値がそのまま返却される。 - invokePrivateDefaultConstructor(Class<T>) - Static method in class nablarch.test.NablarchTestUtils
-
プライベートコンストラクタを起動
- invokeValidation(Class<?>, String, String[], Class<?>) - Method in class nablarch.test.core.entity.BeanValidationTestStrategy
- invokeValidation(Class<?>, String, String[], Class<?>) - Method in class nablarch.test.core.entity.NablarchValidationTestStrategy
- invokeValidation(Class<?>, String, String[], Class<?>) - Method in interface nablarch.test.core.entity.ValidationTestStrategy
-
単一のプロパティについて、バリデーションを実行する。
- IS_VALID_TOKEN - Static variable in class nablarch.test.core.http.TestCaseInfo
-
トークンを設定するかどうかを記述しているカラム名
- is3XXStatusCode(int) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
300系の HTTP ステータスコードかどうか判定する
- 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
-
テーブル値を検証するかどうか返却する.
- isBackup() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
バックアップ実施フラグを取得する。
- isBinaryTypeColumn(int) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
バイナリ型であるかどうか判定する。
- isBinaryTypeColumn(String, String) - Method in interface nablarch.test.core.db.DbInfo
-
指定されたカラムのデータタイプがバイナリ型かを判定する。
- isBinaryTypeColumn(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
指定されたカラムのデータタイプがバイナリ型かを判定する。
- isBooleanTypeColumn(int) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
Boolean型であるかどうか判定する。
- isBooleanTypeColumn(String, String) - Method in interface nablarch.test.core.db.DbInfo
-
指定されたカラムのデータタイプがBoolean型かを判定する。
- isBooleanTypeColumn(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
指定されたカラムのデータタイプがBoolean型かを判定する。
- isCheckHtml() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLチェック実行するか否かの設定を取得する。
- isClosed() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
タグが閉じられているか否か。
- isColumnForTestFramework(String) - Method in interface nablarch.test.core.standalone.TestShot.TestShotAround
-
テストフレームワークで使用するカラムかどうか判定する。
テストフレームワークで使用しないカラムであれば、コマンドラインオプションと見なされる。 - 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 class nablarch.test.core.reader.PoiXlsReader
- isDataExisting(String, String) - Method in interface nablarch.test.core.reader.TestDataReader
-
指定されたパスとリソース名に該当するExcelファイルおよびデータシートが存在するか判定する。
- isDateTypeColumn(int) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
日付型かどうか判定する。
- 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 - isDirective(String) - Method in class nablarch.test.core.reader.DataFileParser
-
ディレクティブかどうか判定する。
- isDirective(String) - Method in class nablarch.test.core.reader.FixedLengthFileParser
-
ディレクティブかどうか判定する。
- isDirective(String) - Method in class nablarch.test.core.reader.VariableLengthFileParser
-
ディレクティブかどうか判定する。
- isDumpVariableItem() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ダンプHTMLへの可変項目の出力可否を取得する。
- isErrorMode(String) - Static method in enum class nablarch.test.core.reader.SendSyncMessageParser.ErrorMode
-
指定された文字列表現のモードが、この列挙型の要素の文字列表現と一致するか否か。 もし、列挙型の要素の中でどれか1つでも一致するものがあれば、
true
を返す。 - isForbidden(String) - Method in class nablarch.test.tool.sanitizingcheck.SanitizingConf
-
タグが使用禁止であることを判定する。
- 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ダンプ機能が有効化されているか?
- isindex() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- isNewSession() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
- isNullOrEmpty(Collection<?>) - Static method in class nablarch.test.NablarchTestUtils
-
コレクションがnullまたは空であるか判定する。
- isNumberTypeColumn(int) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
数値型かどうか判定する。
- isNumberTypeColumn(String, String) - Method in interface nablarch.test.core.db.DbInfo
-
指定されたカラムのデータタイプが数値型かを判定する。
- isNumberTypeColumn(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
指定されたカラムのデータタイプが数値型かを判定する。
- isRequestParametersSet() - Method in class nablarch.test.core.http.TestCaseInfo
-
リクエストパラメータを設定するかどうかを返却する
- isResourceExisting(String, String) - Method in class nablarch.test.core.reader.BasicTestDataParser
- isResourceExisting(String, String) - Method in class nablarch.test.core.reader.DbLessTestDataParser
- isResourceExisting(String, String) - Method in class nablarch.test.core.reader.PoiXlsReader
-
指定されたパスとリソース名に該当するExcelファイルが存在するか判定する。
- 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
-
テーブルをセットアップするかどうかを返却する.
- isSizeValid() - Method in class nablarch.test.core.file.DataFileFragment
-
各要素のサイズが妥当であるかどうか判定する。
- isSizeValid() - Method in class nablarch.test.core.file.FixedLengthFileFragment
-
各要素のサイズが妥当であるかどうか判定する。
- isSizeValid() - Method in class nablarch.test.core.file.VariableLengthFileFragment
-
各要素のサイズが妥当であるかどうか判定する。
- isSuppressJspCheck() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
チェックが無効化されているタグか否か
- isUniqueIndex(String, String) - Method in interface nablarch.test.core.db.DbInfo
-
ユニークインデックスかどうか判定する。
- isUniqueIndex(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
ユニークインデックスかどうか判定する。
- isValid() - Method in class nablarch.test.core.entity.ValidationTestContext
-
バリデーション結果が正当であるかを返却する。
- isValidToken() - Method in class nablarch.test.core.http.TestCaseInfo
-
トークン制御を行うかどうかを返却する.
- italic() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form