Constructor XunitTestCaseDiscovererAttribute
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
XunitTestCaseDiscovererAttribute(Type)
An attribute used to decorate classes which implement IFactAttribute, to indicate how test cases should be discovered.
public XunitTestCaseDiscovererAttribute(Type type)
Parameters
type
TypeThe type of the discoverer; must implement IXunitTestCaseDiscoverer.