Skip to content

Test Order Attribute #170

@CharliePoole

Description

@CharliePoole

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions