Interface TestDataInterpreter

All Known Implementing Classes:
BasicJapaneseCharacterInterpreter, BinaryFileInterpreter, CompositeInterpreter, DateTimeInterpreter, LineSeparatorInterpreter, NullInterpreter, QuotationTrimmer

@Published(tag="architect") public interface TestDataInterpreter
テストデータ記法を解釈するインタフェース。
様々なテストデータを簡略に表現する機能を持つ。 本インタフェースを実装するクラスは、おおよそ以下のような流れで処理をするとよい。
See Also:
  • Method Details

    • interpret

      String interpret(InterpretationContext context)
      解釈する。
      Parameters:
      context - 解釈コンテキスト
      Returns:
      解釈された値