Table of Contents

Constructor FakeComponentFactory

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

FakeComponentFactory(FakeInput?, IOutput?, ISizeMonitor?)

Creates a new FakeComponentFactory with optional output capture.

public FakeComponentFactory(FakeInput? input = null, IOutput? output = null, ISizeMonitor? sizeMonitor = null)

Parameters

input FakeInput
output IOutput

Optional fake output to capture what would be written to console.

sizeMonitor ISizeMonitor