Xunit.Priority
Xunit.Priority copied to clipboard
Provides an ITestCaseOrderer that allows you to control the order of execution of Xunit tests within a class.
Thanks a lot for your library! I have a single test with some assertions I want to run after all other tests are finished, but I think the only way...
Hi, how can I use it in theory tests? I means that use it per InlineData attribute.
I have a small automation app scenario where the bulk of my integration tests are all creating an artifact, validating the artifact and then that artifact gets used with a...