Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

caption() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
CASE - Static variable in class nablarch.test.core.http.TestCaseInfo
テストケースを記述しているカラム名
center() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
CHAR_WITHOUT_DQUOT - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
RegularExpression Id.
CHAR_WITHOUT_QUOT - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
RegularExpression Id.
CharacterGenerator - Interface in nablarch.test.core.util.generator
文字生成インタフェース。
テスト用に、指定された文字種の文字を生成する。
CharacterGeneratorBase - Class in nablarch.test.core.util.generator
文字列生成基底クラス。 単純に、文字種と文字集合をカスタマイズしたい場合は本クラスを継承し、 コンストラクタで文字種と文字集合のペアを本クラスに渡せばよい。 (実装例は、BasicJapaneseCharacterGeneratorを参照)
CharacterGeneratorBase(String[][]) - Constructor for class nablarch.test.core.util.generator.CharacterGeneratorBase
コンストラクタ 引数には、文字種の名前と文字集合のペアを渡す。 (例: {"numeric", "01234567689"})
CharacterGeneratorBase.RandomStringGenerator - Class in nablarch.test.core.util.generator
Stringを元にした文字列生成クラス。 元になる文字集合からランダムに文字を選択して文字列を生成する。
CharsetTestVariation<ENTITY> - Class in nablarch.test.core.entity
文字種のバリデーションテストの種類。
CharsetTestVariation(Class<ENTITY>, Class<?>, Map<String, String>) - Constructor for class nablarch.test.core.entity.CharsetTestVariation
コンストラクタ。
check(File, Charset) - Method in class nablarch.test.tool.htmlcheck.HtmlSyntaxChecker
HTML構文チェックを行うユーティリティを呼び出す。
check(SimpleNode) - Method in class nablarch.test.tool.htmlcheck.HtmlForbiddenChecker
規約上許可されていないタグ/属性が、HTML内で使われていないかをチェックする。
checkHtml(File) - Method in class nablarch.test.tool.htmlcheck.Html4HtmlChecker
Htmlファイルのチェックを行う。
チェック内容は下記の通りである。
正しい構文で記述されていること。 許可されていないタグが使用されていないこと。
checkHtml(File) - Method in interface nablarch.test.tool.htmlcheck.HtmlChecker
Htmlファイルのチェックを行う。
チェック内容は下記の通りである。
正しい構文で記述されていること。 許可されていないタグが使用されていないこと。
checkHtml(File, Charset) - Method in class nablarch.test.tool.htmlcheck.Html4HtmlChecker
Htmlファイルのチェックを行う。
チェック内容は下記の通りである。
正しい構文で記述されていること。 許可されていないタグが使用されていないこと。
checkSanitizing(String) - Method in class nablarch.test.tool.sanitizingcheck.SanitizingChecker
サニタイジングチェック実施する。
指定されたディレクトリ配下のJSP、または指定されたJSPを対象にサニタイジングチェックを行う。
ディレクトリが指定された際には、配下のサブフォルダ内のJSPも全てチェックする。
返却されるMap<String, List>のキー値にはJSP名、バリュー値には当該JSPにて検知したエラーメッセージのリストが格納される。
children - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleNode
 
citation() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
clear() - Static method in class nablarch.test.core.log.LogVerifier
期待するログメッセージをクリアする。
clearNodeScope(Node) - Method in class nablarch.test.tool.htmlcheck.parser.JJTParserState
 
clearPreviousTestData() - Method in class nablarch.test.core.standalone.TestShot
テストで使用するデータのキャッシュをクリアする
clearPreviousTestData(INF) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストで使用するデータのキャッシュをクリアする
clearSendingMessageCache() - Static method in class nablarch.test.core.messaging.RequestTestingMessagingClient
リクエスト単体テスト時に使用する要求電文のキャッシュをクリアする。
clearSendingMessageCache() - Static method in class nablarch.test.core.messaging.RequestTestingMessagingProvider.RequestTestingMessagingContext
リクエスト単体テスト時に使用する要求電文のキャッシュをクリアする。
close() - Method in class nablarch.test.core.messaging.MockMessagingContext

この実装では何も行わない。
close() - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider.RequestTestingMessagingContext

この実装では何も行わない。
close() - Method in class nablarch.test.core.reader.PoiXlsReader
クローズ処理。
close() - Method in interface nablarch.test.core.reader.TestDataReader
クローズ処理。
closeNodeScope(Node, boolean) - Method in class nablarch.test.tool.htmlcheck.parser.JJTParserState
 
closeNodeScope(Node, int) - Method in class nablarch.test.tool.htmlcheck.parser.JJTParserState
 
closeQuietly(Closeable) - Static method in class nablarch.test.tool.htmlcheck.util.FileUtil
Closeableインタフェース実装クラスに対して、クローズ処理を行う。
closeQuietly(Closeable) - Static method in class nablarch.test.tool.sanitizingcheck.util.FileUtil
Closeableインタフェース実装クラスに対して、クローズ処理を行う。
code() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
col() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
colgroup() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
collect(Map<K, V>) - Method in class nablarch.test.core.util.MapCollector
変換する。
column - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
 
COMMENT - Enum constant in enum class nablarch.test.tool.sanitizingcheck.tag.JspCore.CoreTagType
コメント
commitTransactions() - Method in class nablarch.test.core.db.DbAccessTestSupport
コミットを実行する。
compareStatus(int, TestShot) - Method in interface nablarch.test.core.standalone.TestShot.TestShotAround
ステータスコードの比較を行う。
CompositeInterpreter - Class in nablarch.test.core.util.interpreter
複数のテストデータ表記を解釈するクラス。
解釈対象の値が、複数のテストデータ表記から構成される場合、各要素を解釈した結果を返却する。 例えば、${半角数字,4}-${半角数字,4}という記述は、1033-1222のような値に変換される。
CompositeInterpreter() - Constructor for class nablarch.test.core.util.interpreter.CompositeInterpreter
 
Condition() - Constructor for class nablarch.test.core.util.ListWrapper.Condition
 
ConfigurationBrowser - Class in nablarch.test.core.repository
初期値設定を読み取るクラス。
テスト側からテスト対象のコンポーネント設定ファイルを読む場合に使用する。 DIコンテンおよびコンポーネントの参照はキャッシュされる。
ConfigurationBrowser() - Constructor for class nablarch.test.core.repository.ConfigurationBrowser
 
container - Variable in class nablarch.test.core.file.DataFileFragment
この断片を包含するファイル
contains(String) - Static method in class nablarch.test.IgnoringLS
改行コードの種類を無視して、実際の値が期待値を含むことを 表明するMatcherを返却する。
contains(String) - Method in class nablarch.test.tool.htmlcheck.HtmlForbiddenNodeConf
指定したタグが規約上許可しないタグリストに含まれているかをチェックする。
許可しないタグ情報として属性情報が設定されているかいないかは考慮しない。
CONTEXT_LIST_MAP - Static variable in class nablarch.test.core.http.TestCaseInfo
コンテキストパラメータのLIST_MAP定義名
convert(Map<String, String>) - Static method in class nablarch.test.TestSupport
Mapに格納されたvalueの型変換を行う。(String -> String[])
変換元のStringがカンマ区切りになっている場合、カンマを区切り文字として配列に変換する。
convertByFileType(DataRecord) - Method in class nablarch.test.core.messaging.MessagePool
データレコードのファイル種別に応じて変換します
convertData(LayoutDefinition, DataRecord) - Method in class nablarch.test.core.file.FixedLengthFile
テストデータを変換します。
convertData(LayoutDefinition, DataRecord, Charset) - Method in interface nablarch.test.core.file.TestDataConverter
テストデータを変換します。
convertDirectiveValue(DataRecordFormatterSupport.Directive, String) - Method in class nablarch.test.core.file.DataFile
ディレクティブの値を、文字列から各ディレクティブが許容する型に変換する。
convertDirectiveValue(DataRecordFormatterSupport.Directive, String) - Method in class nablarch.test.core.file.VariableLengthFile
ディレクティブの値を、文字列から各ディレクティブが許容する型に変換する。
convertForDataRecord(Map<String, String>) - Method in class nablarch.test.core.file.DataFileFragment
テストデータ(文字列)からDataRecord用に値を変換する。
convertForDataRecord(Map<String, String>) - Method in class nablarch.test.core.file.FixedLengthFileFragment
テストデータ(文字列)からDataRecord用に値を変換する。
convertForDataRecord(Map<String, String>) - Method in class nablarch.test.core.file.VariableLengthFileFragment
テストデータ(文字列)からDataRecord用に値を変換する。
convertOnRead(byte[]) - Method in class nablarch.test.core.file.StringDataType
convertOnWrite(Object) - Method in class nablarch.test.core.file.StringDataType
convertToFrameworkExpression(String) - Method in class nablarch.test.core.file.BasicDataTypeMapping
外部インタフェース設計書のデータ型をフレームワークのデータ型シンボルへ変換する。
convertToFrameworkExpression(String) - Method in interface nablarch.test.core.file.DataTypeMapping
外部インタフェース設計書のデータ型をフレームワークのデータ型シンボルへ変換する。
convertValue(String, String) - Method in class nablarch.test.core.file.DataFileFragment
値の型変換を行う。
convertValue(String, String) - Method in class nablarch.test.core.file.FixedLengthFileFragment
値の型変換を行う。
convertValue(String, String) - Method in class nablarch.test.core.file.VariableLengthFileFragment
値の型変換を行う。
COOKIE_LIST_MAP - Static variable in class nablarch.test.core.http.TestCaseInfo
CookieのLIST_MAP定義名
copyDir(File, File, FileFilter) - Static method in class nablarch.test.core.util.FileUtils
ディレクトリをコピーする。
コピー先のディレクトリとしてコピー元のサブディレクトリが指定された場合、例外をスローする。
copyDir(File, File, FileFilter, boolean) - Static method in class nablarch.test.core.util.FileUtils
ディレクトリをコピーする。
コピー先のディレクトリとしてコピー元のサブディレクトリが指定された場合、例外をスローする。
copyHtmlResourceToDumpDir(HttpTestConfiguration, File, ResourceLocator) - Method in class nablarch.test.core.http.HttpRequestTestSupport
HTMLリソースをダンプファイルの出力ディレクトリへコピーする。
CR - Enum constant in enum class nablarch.test.core.file.LineSeparator
CR
create() - Method in interface nablarch.fw.web.HttpServerFactory
HttpServerを作成する。
create(HttpServletRequest) - Method in class nablarch.fw.web.i18n.TestServletContextCreator
 
createContext() - Method in class nablarch.test.core.messaging.MockMessagingProvider
モックのMessagingContextを返却する。
createContext() - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider
モックのMessagingContextを返却する。
createDefinition(LayoutDefinition, DataRecord) - Method in class nablarch.test.core.file.FixedLengthFile
現在処理中のテストデータに対応したレイアウト定義データを生成します。
createDefinition(LayoutDefinition, DataRecord, Charset) - Method in interface nablarch.test.core.file.TestDataConverter
現在処理中のテストデータに対応したレイアウト定義データを生成します。
createExecutionContext(INF) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
ExecutionContextを生成する。
createExecutionContext(String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
ExecutionContextを生成する。
createExpectedMessage(MessageLevel, String, Object[]) - Method in class nablarch.test.core.entity.BeanValidationTestStrategy
 
createExpectedMessage(MessageLevel, String, Object[]) - Method in class nablarch.test.core.entity.NablarchValidationTestStrategy
 
createExpectedMessage(MessageLevel, String, Object[]) - Method in interface nablarch.test.core.entity.ValidationTestStrategy
メッセージ比較用のMessageを生成する。
createExpectedValidationResultMessage(String, String, Object[]) - Method in class nablarch.test.core.entity.BeanValidationTestStrategy
 
createExpectedValidationResultMessage(String, String, Object[]) - Method in class nablarch.test.core.entity.NablarchValidationTestStrategy
 
createExpectedValidationResultMessage(String, String, Object[]) - Method in interface nablarch.test.core.entity.ValidationTestStrategy
メッセージ比較用のValidationResultMessageを生成する。
createFieldDefinition(int) - Method in class nablarch.test.core.file.DataFileFragment
FieldDefinitionを生成する。
設定されたデータからFieldDefinitionを生成する。
createFieldDefinition(int) - Method in class nablarch.test.core.file.FixedLengthFileFragment
FieldDefinitionを生成する。
設定されたデータからFieldDefinitionを生成する。
createFieldDefinition(int) - Method in class nablarch.test.core.file.VariableLengthFileFragment
FieldDefinitionを生成する。
設定されたデータからFieldDefinitionを生成する。
createFixedLengthFileParser(TestDataReader, List<TestDataInterpreter>, DataType) - Method in class nablarch.test.core.reader.MessageParser
パーサを生成する。
createFixedLengthFileParser(TestDataReader, List<TestDataInterpreter>, DataType) - Method in class nablarch.test.core.reader.SendSyncMessageParser
パーサを生成する。
createHttpRequest(INF) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
HTTPRequestパラメータを生成する。
createHttpRequest(String, String, Map<String, String[]>) - Method in class nablarch.test.core.http.HttpRequestTestSupport
リクエストパラメータを作成する。
createHttpRequest(String, Map<String, String[]>) - Method in class nablarch.test.core.http.HttpRequestTestSupport
リクエストパラメータを作成する。
createHttpRequestWithConversion(String, String, Map<String, String>, Map<String, String>) - Method in class nablarch.test.core.http.HttpRequestTestSupport
リクエストパラメータを作成する。
createHttpRequestWithConversion(String, String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class nablarch.test.core.http.HttpRequestTestSupport
リクエストパラメータを作成する。
createHttpRequestWithConversion(String, Map<String, String>, Map<String, String>) - Method in class nablarch.test.core.http.HttpRequestTestSupport
リクエストパラメータを作成する。
createHttpServer() - Method in class nablarch.test.core.http.HttpRequestTestSupport
HttpServerのインスタンスを生成する。
createHttpServer(HttpTestConfiguration) - Method in class nablarch.test.core.http.HttpRequestTestSupport
HttpServerを生成する。
createInstance(String) - Method in class nablarch.test.core.integration.IntegrationTestSupport
インスタンスを生成する。
createLayout() - Method in class nablarch.test.core.file.DataFile
フォーマット定義を作成する。
本インスタンスおよび所有するDataFileFragmentのレイアウト情報を元に フォーマット定義を生成する。 書き込み時に使用する。 (書き込み時はレイアウト種別を明示的に指定できるため、1つのレイアウトでまかなえる)
createLayout() - Method in class nablarch.test.core.file.FixedLengthFile
フォーマット定義を作成する。
本インスタンスおよび所有するDataFileFragmentのレイアウト情報を元に フォーマット定義を生成する。
createLayout(DataFileFragment...) - Method in class nablarch.test.core.file.DataFile
フォーマット定義を作成する。
本インスタンスおよび所有するDataFileFragmentのレイアウト情報を元に フォーマット定義を生成する。
createLayout(DataFileFragment...) - Method in class nablarch.test.core.file.FixedLengthFile
単一のレコード定義を持つフォーマット定義を生成する。
データ読み出し時は、レコードレイアウト毎に本メソッドを使用して単一のフォーマット定義を作成し、 読み込み時にレイアウトを変更して読み出しを行う。 (レコードレイアウトを明示的に指定してファイルを読み込む機能がないため)
createLayoutFromDataRecord(DataRecord) - Method in class nablarch.test.core.messaging.MessagePool
デフォルトのレイアウトと、データレコードの内容を元にレイアウト定義を作成します
createLogLayout() - Method in class nablarch.test.core.messaging.SendSyncSupport
CSV形式のログを出力する際のレイアウトを作成する。
createLRUMap(int) - Static method in class nablarch.test.NablarchTestUtils
LRUアルゴリズムのMap実装を生成する。
createMain() - Method in interface nablarch.test.core.standalone.TestShot.TestShotAround
メインクラスを生成する。
createNewFile(String) - Method in class nablarch.test.core.reader.DataFileParser
新しいファイルを生成する。
createNewFile(String) - Method in class nablarch.test.core.reader.FixedLengthFileParser
新しいファイルを生成する。
createNewFile(String) - Method in class nablarch.test.core.reader.VariableLengthFileParser
新しいファイルを生成する。
createNewFragment() - Method in class nablarch.test.core.file.DataFile
新しいファイルの断片を生成する。
生成された断片はこのファイルの管理下に置かれる。
createNewFragment() - Method in class nablarch.test.core.file.FixedLengthFile
新しいファイルの断片を生成する。
生成された断片はこのファイルの管理下に置かれる。
createNewFragment() - Method in class nablarch.test.core.file.MockMessages
新しいファイルの断片を生成する。
生成された断片はこのファイルの管理下に置かれる。
createNewFragment() - Method in class nablarch.test.core.file.VariableLengthFile
新しいファイルの断片を生成する。
生成された断片はこのファイルの管理下に置かれる。
createRequestTestingReceivedMessageBinary(String, Integer, String, DataType, String) - Method in class nablarch.test.core.messaging.RequestTestingMessagePool
応答電文を生成する。
createTestCaseInfo(String, Map<String, String>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストケース情報を作成する。
createTestCaseInfo(String, Map<String, String>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストケース情報を作成する。
createTestCaseInfo(String, Map<String, String>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストケース情報を作成する。
createTestShotAround(Class<?>) - Method in class nablarch.test.core.batch.BatchRequestTestSupport
前準備、結果検証を行うクラスのインスタンスを生成する。
createTestShotAround(Class<?>) - Method in class nablarch.test.core.messaging.MessagingReceiveTestSupport
前準備、結果検証を行うクラスのインスタンスを生成する。
createTestShotAround(Class<?>) - Method in class nablarch.test.core.messaging.MessagingRequestTestSupport
前準備、結果検証を行うクラスのインスタンスを生成する。
createTestShotAround(Class<?>) - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
前準備、結果検証を行うクラスのインスタンスを生成する。
CRLF - Enum constant in enum class nablarch.test.core.file.LineSeparator
CRLF
curChar - Variable in class nablarch.test.tool.htmlcheck.parser.ParserTokenManager
 
currentFile - Variable in class nablarch.test.core.reader.DataFileParser
現在処理中のファイル
currentFragment - Variable in class nablarch.test.core.reader.DataFileParser
現在処理中の断片
currentToken - Variable in exception nablarch.test.tool.htmlcheck.parser.ParseException
This is the last token that has been consumed successfully.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form