Constructor FakeComponentFactory
FakeComponentFactory(ConcurrentQueue<ConsoleKeyInfo>?, FakeConsoleOutput?)
Creates a new FakeComponentFactory with optional predefined input and output capture.
public FakeComponentFactory(ConcurrentQueue<ConsoleKeyInfo>? predefinedInput = null, FakeConsoleOutput? output = null)
Parameters
predefinedInputConcurrentQueue<ConsoleKeyInfo>Optional queue of predefined input events to simulate.
outputFakeConsoleOutputOptional fake output to capture what would be written to console.