Visualizing-EUnit-tests
Visualizing-EUnit-tests copied to clipboard
Add warning message for non explicitly ordered test representation list
Should give a warning when there is a list of stateful tests not tagged with inorder, but assumed to be executed in order. This is an issue because the EUnit semantics specifically states that ordering is not guaranteed for these tests.