Xunit.Priority icon indicating copy to clipboard operation
Xunit.Priority copied to clipboard

Use in theory tests

Open Ershad95 opened this issue 1 year ago • 1 comments

Hi, how can I use it in theory tests? I means that use it per InlineData attribute.

Ershad95 avatar Aug 04 '23 07:08 Ershad95

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.

asherber avatar Aug 04 '23 20:08 asherber