Document test execution order #134
Labels
codeDone
The issue is rechecked for development branch
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
docsReadyForMerge
Documentation was created for this issue in a separate branch which is ready to merge to develop
Low Priority
Milestone
The JUnit runner used by Neodymium executes the tests in a specific and fix order.
This fact and what execution order is used in detail are not document anywhere.
Also, we need to determine the effect of annotating a test class with
@FixMethodOrder
as described here.In case there is no effect, fine. But that is something the user should be aware of.
On the other hand, if the annotation has an effect on the test execution order, the user should be aware of that fact too.
The text was updated successfully, but these errors were encountered: