You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NUnit Ordered Testing library
2
2
3
-
This library allows you to use test ordering with NUnit.
3
+
This library allows you to use test ordering with NUnit. This is an implementation of ordered tests for NUnit, similar in how [they exist in the MSTest framework](https://msdn.microsoft.com/en-us/library/ms182631.aspx).
[](https://www.nuget.org/packages/nunittestordering)
@@ -22,6 +22,8 @@ The primary use case of this library is to allow integration tests to depend on
22
22
23
23
Using this library you can model and manage workflow tests such as the above.
24
24
25
+
**In essence this library is a replacement and improvement to MSTest Ordered Tests implemented for NUnit.**
26
+
25
27
**Note:** Don't use this library to order to unit tests, that's bad practice. You want your unit tests to be as independent as possible
0 commit comments