Question
How to control test execution order?
Hi,
I have a MyTestCaseClasswith X amount of test* methods in it.
I am returning a TestSuite for as follows to be run
var ts:TestSuite = new TestSuite(MyTestCaseClasswith );
How can I control the order that the test* methods in my class are executed?
I have a MyTestCaseClasswith X amount of test* methods in it.
I am returning a TestSuite for as follows to be run
var ts:TestSuite = new TestSuite(MyTestCaseClasswith );
How can I control the order that the test* methods in my class are executed?
