Class ExtractorAsserts.SimulationConfig

  • Enclosing class:
    ExtractorAsserts

    public static class ExtractorAsserts.SimulationConfig
    extends Object
    A config of different environments to simulate and extractor behaviours to test.
    • Field Detail

      • simulateIOErrors

        public final boolean simulateIOErrors
        Whether to simulate IO errors.
      • simulateUnknownLength

        public final boolean simulateUnknownLength
        Whether to simulate unknown input length.
      • simulatePartialReads

        public final boolean simulatePartialReads
        Whether to simulate partial reads.