I have several tests in one namespace. I did not use a naming convention like Test1, Test2, ... etc. For each of my unit tests. So, now that I run all the tests, they do not run in the order I want them. Is there a way to order tests?
My tests don't crash unless I run them in a specific order. However, I just wanted to execute them in the order in which they are in my test table.
source
share