Constructor FactAttribute
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
FactAttribute(string?, int)
Attribute that is applied to a method to indicate that it is a fact that should be run by the default test runner.
public FactAttribute(string? sourceFilePath = null, int sourceLineNumber = -1)