A
Antoon Pardon
I have used unit tests now for a number of project. One thing
that I dislike is it that the order in which the tests are done
bears no relationship to the order they appear in the source.
This makes using unit tests somewhat cumbersome. Is there some
way to force the tests being done in a particular order?
that I dislike is it that the order in which the tests are done
bears no relationship to the order they appear in the source.
This makes using unit tests somewhat cumbersome. Is there some
way to force the tests being done in a particular order?