Re: run junit tests in a certain order

2003-11-27 Thread Laurent Duperval
On 27/11/03 10:16 AM,Stefan Bodewig wrote: An alternative to your approach is to explicitly use elements for the tests that need a certain order and exclude them from the that contains the rest. I do realize I have this option, but then I'd have to hardcode the test order in build.xml.

Re: run junit tests in a certain order

2003-11-25 Thread Martin Gainty
Derive your own class from File code the listFile() method ordering the way you see fit.. -Martin - Original Message - From: "J. Xue" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 7:49 PM Subject: run junit te