LoggingTestBase(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 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.