public class BinaryFileInterpreter extends java.lang.Object implements TestDataInterpreter
テストデータでファイルを表す場合に使用する。 テストデータの値として
${binaryFile:ファイルパス}と記述されていた場合、 そのファイルの内容をバイナリで読み込み HexString に変換する。
Constructor and Description |
---|
BinaryFileInterpreter(java.lang.String path)
コンストラクタ。
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
interpret(InterpretationContext context)
解釈する。
|
public BinaryFileInterpreter(java.lang.String path)
path
- ファイルの取得元パスpublic java.lang.String interpret(InterpretationContext context)
interpret
in interface TestDataInterpreter
context
- 解釈コンテキスト