Class FileSupport

java.lang.Object
nablarch.test.core.file.FileSupport

@Published public class FileSupport extends Object
テストで必要なファイル操作をサポートするクラス。
  • Constructor Details

    • FileSupport

      public FileSupport(Class<?> testClass)
      コンストラクタ
      Parameters:
      testClass - テスト対象クラス
    • FileSupport

      public FileSupport(TestSupport testSupport)
      コンストラクタ
      Parameters:
      testSupport - テストサポートクラス
  • Method Details

    • setUpFile

      public void setUpFile(String sheetName, String... groupId) throws IllegalStateException
      ファイルを準備する。
      Parameters:
      sheetName - 取得元シート名
      groupId - グループID(オプション)
      Throws:
      IllegalStateException - ファイルの情報が取得できていない場合
    • setUpFileIfNecessary

      public void setUpFileIfNecessary(String sheetName, String... groupId)
      ファイルを準備する。
      対象データが存在しない場合は何もしない。
      Parameters:
      sheetName - 取得元シート名
      groupId - グループID(オプション)
    • assertFile

      public void assertFile(String msgOnFail, String sheetName, String... groupId)
      ファイルの比較を行う。
      Parameters:
      msgOnFail - 比較失敗時のメッセージ
      sheetName - シート名
      groupId - グループID(オプション)