java.lang.Object
org.hansken.plugin.extraction.test.serialize.AbstractTestContext
org.hansken.plugin.extraction.test.serialize.TestContext
All Implemented Interfaces:
DataContext, org.hansken.plugin.extraction.runtime.grpc.client.api.ClientDataContext

public class TestContext extends AbstractTestContext
Simple ClientDataContext which has a data type and an accompanying data sequence, used for the input of a Flits run.
  • Constructor Details

    • TestContext

      public TestContext(Path dataFile) throws IOException
      Create a new TestContext, which reads all required data.
      Parameters:
      dataFile - path to the data file
      Throws:
      IOException - when the path does not exist
  • Method Details