Property CaptureOut
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
CaptureOut
Gets or sets a flag to indicate whether to override Out
(which includes the Write and WriteLine methods on Console).
public bool CaptureOut { get; set; }
Gets or sets a flag to indicate whether to override Out
(which includes the Write and WriteLine methods on Console).
public bool CaptureOut { get; set; }