MockVsActivityLogXunitAdapter(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 MockVsActivityLogXunitAdapter class.
public MockVsActivityLogXunitAdapter (Xunit.Abstractions.ITestOutputHelper logger);
new Microsoft.VisualStudio.Sdk.TestFramework.Mocks.MockVsActivityLogXunitAdapter : Xunit.Abstractions.ITestOutputHelper -> Microsoft.VisualStudio.Sdk.TestFramework.Mocks.MockVsActivityLogXunitAdapter
Public Sub New (logger As ITestOutputHelper)
Parameters
- logger
- Xunit.Abstractions.ITestOutputHelper
The Xunit logger to write events to.