Class CaptureConsoleAttribute
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
public sealed class CaptureConsoleAttribute : Attribute, IAssemblyFixtureAttribute
- Inheritance
-
CaptureConsoleAttribute
- Implements
- Inherited Members
Properties
- CaptureError
Gets or sets a flag to indicate whether to override Error.
- CaptureOut
Gets or sets a flag to indicate whether to override Out (which includes the
WriteandWriteLinemethods on Console).