java.lang.Object
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractCommandReader
All Implemented Interfaces:
Closeable, AutoCloseable, NotifiableTestStream, CommandReader
Direct Known Subclasses:
DefaultCommandReader

public abstract class AbstractCommandReader extends Object implements CommandReader, NotifiableTestStream, Closeable
Stream reader returns bytes which are finally sent to the forked jvm std-input-stream. Physical implementation of command sender:
Instance of AbstractCommandReader (namely TestLessInputStream or TestProvidingInputStream).
Since:
2.19
Author:
Tibor Digana (tibor17)
  • Constructor Details

    • AbstractCommandReader

      public AbstractCommandReader()