<PackageReference Include="NUnit" Version="4.1.0" />

OrderAttribute

Defines the order that the test will run in
public readonly int Order

Defines the order that the test will run in

public OrderAttribute(int order)

Defines the order that the test will run in

public void ApplyToTest(Test test)

Modifies a test as defined for the specific attribute.

public void ApplyToTestSuite(TestSuite testSuite)

Modifies a test suite as defined for the specific attribute.