Jaa


XUnitDialogTestLogger(ITestOutputHelper) Constructor

Definition

Initializes a new instance of the XUnitDialogTestLogger class.

public XUnitDialogTestLogger (Xunit.Abstractions.ITestOutputHelper xunitOutputHelper);
new Microsoft.Bot.Builder.Testing.XUnit.XUnitDialogTestLogger : Xunit.Abstractions.ITestOutputHelper -> Microsoft.Bot.Builder.Testing.XUnit.XUnitDialogTestLogger
Public Sub New (xunitOutputHelper As ITestOutputHelper)

Parameters

xunitOutputHelper
Xunit.Abstractions.ITestOutputHelper

An XUnit Xunit.Abstractions.ITestOutputHelper instance. See Capturing Output in the XUnit documentation for additional details.

Remarks

This middleware outputs the incoming and outgoing activities for the XUnit based test to the console window. If you need to output the incoming and outgoing activities to some other provider consider using the TranscriptLoggerMiddleware instead.

Applies to