I have a project that is built using Ant. Before the actual project is built and committed, a test runner is executed to validate the consistency.
So far everything worked fine, but once I have added a test case for a class that was using a static method, the Ant build started quitting halfway with no meaningful message.
Is this a common-case for the FlexUnit runner, to have problem with static calls in the tested classes, or is it something very particular in my project?