Table of Contents

HasTestOutput Property

Definition

Namespace
Codebelt.Extensions.Xunit
Assemblies
Codebelt.Extensions.Xunit.dll
Source
src/Codebelt.Extensions.Xunit/Test.cs

HasTestOutput

Gets a value indicating whether TestOutput has a reference to an implementation of Xunit.ITestOutputHelper.

protected bool HasTestOutput { get; }

Property Value

bool

true if this instance has a reference to an implementation of Xunit.ITestOutputHelper; otherwise, false.