Question
Order of Requests sent to run()
I built a custom Array of Request objects (because I needed to do iterative testing) in a specific order using array.push() in this order:
TestA
TestA
TestA
TestB
TestB
TestB
TestC
TestC
TestC
Why does FlexUnit scramble this order? Shouldn't it read straight through this array?
Thanks for your help,
Zellman
