Anyone know if there is a way using the FlexUnit API to output a custom
message from a TestCase.
I can use fail( "a message" ); but then it says a particular test failed in
my unit test results. I just want to add a message to the results, without
saying it failed or there was an error.

Thanks,
-Ans

Reply via email to