Interface ITestableInput<TInputRecord>
Marker interface for IInput implementations that support test input injection.
public interface ITestableInput<TInputRecord> : IInput<TInputRecord>, IDisposable where TInputRecord : struct
Type Parameters
TInputRecordThe input record type
- Inherited Members
Methods
- AddInput(TInputRecord)
Adds an input record that will be returned by Peek/Read for testing.