Table of Contents

Interface ITestOutputHelperAccessor

Namespace
Codebelt.Extensions.Xunit
Assembly
Codebelt.Extensions.Xunit.dll

Provides an interface for accessing the Xunit.Abstractions.ITestOutputHelper instance.

public interface ITestOutputHelperAccessor

Properties

TestOutput

Gets or sets the Xunit.Abstractions.ITestOutputHelper instance used for outputting test results.

ITestOutputHelper TestOutput { get; set; }

Property Value

ITestOutputHelper

The Xunit.Abstractions.ITestOutputHelper instance.