With FlexUnit 4 in Flash Builder 4 Plugin Beta, I created 1 suite with 1 class with 1 default failing test method. When I ran it, the assert failure had a
call stack 60 methods high . Is this a bug? The stack trace has several "async" methods, e.g. applyExplosivelyAsync() . This seems strange because I'm not using async at all. Is this intended behavior? Robert Test method Not ...