Package nablarch.test.core.file
Class FileSupport
java.lang.Object
nablarch.test.core.file.FileSupport
テストで必要なファイル操作をサポートするクラス。
-
Constructor Summary
ConstructorDescriptionFileSupport
(Class<?> testClass) コンストラクタFileSupport
(TestSupport testSupport) コンストラクタ -
Method Summary
Modifier and TypeMethodDescriptionvoid
assertFile
(String msgOnFail, String sheetName, String... groupId) ファイルの比較を行う。void
ファイルを準備する。void
setUpFileIfNecessary
(String sheetName, String... groupId) ファイルを準備する。
対象データが存在しない場合は何もしない。
-
Constructor Details
-
FileSupport
コンストラクタ- Parameters:
testClass
- テスト対象クラス
-
FileSupport
コンストラクタ- Parameters:
testSupport
- テストサポートクラス
-
-
Method Details
-
setUpFile
ファイルを準備する。- Parameters:
sheetName
- 取得元シート名groupId
- グループID(オプション)- Throws:
IllegalStateException
- ファイルの情報が取得できていない場合
-
setUpFileIfNecessary
ファイルを準備する。
対象データが存在しない場合は何もしない。- Parameters:
sheetName
- 取得元シート名groupId
- グループID(オプション)
-
assertFile
ファイルの比較を行う。- Parameters:
msgOnFail
- 比較失敗時のメッセージsheetName
- シート名groupId
- グループID(オプション)
-