Constructor Xunit2DiscoverySink
- Namespace
- Xunit.Runner.v2
- Assembly
- xunit.v3.runner.utility.netfx.dll
Xunit2DiscoverySink(string, XunitFilters)
An implementation of Xunit.Abstractions.IMessageSink and IMessageSinkWithTypes which collects native xUnit.net v2 test cases, for use with FindAndRun(IMessageSink, FrontControllerFindAndRunSettings).
public Xunit2DiscoverySink(string assemblyName, XunitFilters filters)
Parameters
assemblyNamestringThe assembly name that this discovery sink is discovering
filtersThe filters to be applied to the discovered test cases