XUnitDialogTestLogger(ITestOutputHelper) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.