Class CulturedFactAttribute
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Attribute that is applied to a method to indicate that is a fact that should be run by the default test runner, using one or more cultures.
[XunitTestCaseDiscoverer(typeof(CulturedFactAttributeDiscoverer))]
public class CulturedFactAttribute : FactAttribute, IFactAttribute
- Inheritance
-
CulturedFactAttribute
- Implements
- Inherited Members
Constructors
- CulturedFactAttribute(string[], string?, int)
Attribute that is applied to a method to indicate that is a fact that should be run by the default test runner, using one or more cultures.
Properties
- Cultures
Gets the cultures that the test will be run under.