Uses of Interface
nablarch.test.core.reader.TestDataReader
-
Uses of TestDataReader in nablarch.test.core.reader
Modifier and TypeClassDescriptionclass
POIを使用してEXCELからテストデータを読み込むクラス。
EXCELに記述されたテストデータは、すべて文字列書式となっている必要がある。 文字列書式以外のデータ書式が存在した場合の動作は保証しない。Modifier and TypeMethodDescriptionprotected FixedLengthFileParser
MessageParser.createFixedLengthFileParser
(TestDataReader reader, List<TestDataInterpreter> interpreters, DataType targetType) パーサを生成する。protected FixedLengthFileParser
SendSyncMessageParser.createFixedLengthFileParser
(TestDataReader reader, List<TestDataInterpreter> interpreters, DataType targetType) パーサを生成する。void
BasicTestDataParser.setTestDataReader
(TestDataReader testDataReader) テストデータリーダを設定する。void
DbLessTestDataParser.setTestDataReader
(TestDataReader testDataReader) void
TestDataParser.setTestDataReader
(TestDataReader testDataReader) テストデータリーダを設定する。ModifierConstructorDescriptionDataFileParser
(TestDataReader reader, List<TestDataInterpreter> interpreters, DataType targetType) コンストラクタFixedLengthFileParser
(TestDataReader reader, List<TestDataInterpreter> interpreters, DataType targetType) コンストラクタGroupMessageParser
(TestDataReader reader, List<TestDataInterpreter> interpreters, DataType targetType) コンストラクタ。MessageParser
(TestDataReader reader, List<TestDataInterpreter> interpreters, DataType targetType) コンストラクタ。SendSyncMessageParser
(TestDataReader reader, List<TestDataInterpreter> interpreters, DataType targetType) コンストラクタVariableLengthFileParser
(TestDataReader reader, List<TestDataInterpreter> interpreters, DataType targetType) コンストラクタ