How to run tests in a specific order in the same class?
Hi Miro,
To run a test in a specific order in the same class user need to use annotations like [Test,Order(n)]
How to run tests in a specific order in the same class?
Hi Miro,
To run a test in a specific order in the same class user need to use annotations like [Test,Order(n)]