Share via


LoggingTestBase(ITestOutputHelper) Constructor

Definition

Initializes a new instance of the LoggingTestBase class.

public LoggingTestBase (Xunit.Abstractions.ITestOutputHelper logger);
new Microsoft.VisualStudio.Sdk.TestFramework.LoggingTestBase : Xunit.Abstractions.ITestOutputHelper -> Microsoft.VisualStudio.Sdk.TestFramework.LoggingTestBase
Public Sub New (logger As ITestOutputHelper)

Parameters

logger
Xunit.Abstractions.ITestOutputHelper

The xunit logging helper. Can be taken directly as a concrete test class constructor parameter.

Applies to