We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a935b commit 7d8955bCopy full SHA for 7d8955b
README.md
@@ -1,4 +1,4 @@
1
-
+
2
3
# Xunit.Priority [](https://nuget.org/packages/Xunit.Priority) [](https://ci.appveyor.com/project/asherber/xunit-priority/branch/master)
4
@@ -45,12 +45,11 @@ public class MyTests
45
{
46
[Fact]
47
public void SomeTest() { }
48
-
+
49
50
public void SomeOtherTest() { }
51
52
[Fact, Priority(10)]
53
public void RunMeLast() { }
54
}
55
```
56
0 commit comments