public static class ExtractorAsserts.SimulationConfig extends Object
Modifier and Type | Field | Description |
---|---|---|
boolean |
simulateIOErrors |
Whether to simulate IO errors.
|
boolean |
simulatePartialReads |
Whether to simulate partial reads.
|
boolean |
simulateUnknownLength |
Whether to simulate unknown input length.
|
boolean |
sniffFirst |
Whether to sniff the data by calling
Extractor.sniff(ExtractorInput) prior to
consuming it. |
public final boolean sniffFirst
Extractor.sniff(ExtractorInput)
prior to
consuming it.public final boolean simulateIOErrors
public final boolean simulateUnknownLength
public final boolean simulatePartialReads