Class XunitTestCaseDiscovererAttribute
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
An attribute used to decorate classes which implement IFactAttribute, to indicate how test cases should be discovered.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class XunitTestCaseDiscovererAttribute : Attribute
- Inheritance
-
XunitTestCaseDiscovererAttribute
- Inherited Members
Constructors
- XunitTestCaseDiscovererAttribute(Type)
An attribute used to decorate classes which implement IFactAttribute, to indicate how test cases should be discovered.
Properties
- Type
Gets the type of the test case discoverer.