Exception handling with FU4
Hi
I don't manage to use the exception handling feature in FlexUnit 4.
* When I add the [Test(expects="myError")] before a test which does NOT throw an error, the test does not fail.
* When I add the [Test(expects="myError")] before a test which throws a myError, the test fails when the error appears. Yet if I use a try/catch I can check that the catched error is of type myError.
