Comment provided by mbien - via ArticleComments extension
New page
<noinclude>Comments on [[OrderOfElements]]
<comments />
----- __NOEDITSECTION__</noinclude>
== mbien said ... ==
<div class='commentBlock'>
looks like a RFE for junit to me. I agree the execution order of test methods should not change between runs.
something like @After("test5") or @Test("2") would solve it in most cases IMO. I always had the habit to sort the result of getMethods() alphabetically (method name+parameters concatenated) in my libs (mostly code generators) since i knew this might happen some time in the future.
thanks for the heads up!
--[http://michael-bien.com mbien] 01:15, 23 August 2011 (CEST)
</div>