Building a FlexUnit runner (4.0.0.b2) with Ant fails with static methods?

62 Views Asked by At

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?

0

There are 0 best solutions below