Any test method with an Order attribute will be run before those without one, in the order of the attribute argument. For example: [Order(1)] [Order(2)] [Order(2)] [Order(3)] before the remaining unordered tests.
Any test method with an Order attribute will be run before those without one, in the order of the attribute argument.
For example:
[Order(1)]
[Order(2)]
[Order(2)]
[Order(3)]
before the remaining unordered tests.