Class BinaryFileInterpreter

java.lang.Object
nablarch.test.core.util.interpreter.BinaryFileInterpreter
All Implemented Interfaces:
TestDataInterpreter

public class BinaryFileInterpreter extends Object implements TestDataInterpreter
ファイルデータを解釈するクラス。

テストデータでファイルを表す場合に使用する。 テストデータの値として

 ${binaryFile:ファイルパス}
 
と記述されていた場合、 そのファイルの内容をバイナリで読み込み HexString に変換する。
ファイルパスはExcelファイルからの相対パスで記述する。

この Interpreter は自動テストフレームワークの内部で動的に追加されるため、
設定ファイルの interpreters リスト要素に含める必要はない。

  • Constructor Details

    • BinaryFileInterpreter

      public BinaryFileInterpreter(String path)
      コンストラクタ。
      Parameters:
      path - ファイルの取得元パス
  • Method Details