Xunit.Priority
Xunit.Priority copied to clipboard
Use in theory tests
Hi, how can I use it in theory tests? I means that use it per InlineData attribute.
I don't think there's any way to do that. Xunit reads the attributes on a method by calling GetCustomAttributes()
, and the output of that method is non-deterministic.