HasTestOutput Property
Definition
- Namespace
- Codebelt.Extensions.Xunit
- Assemblies
- Codebelt.Extensions.Xunit.dll
HasTestOutput
Gets a value indicating whether TestOutput has a reference to an implementation of Xunit.ITestOutputHelper.
protected bool HasTestOutput { get; }
Property Value
- bool
trueif this instance has a reference to an implementation of Xunit.ITestOutputHelper; otherwise,false.