FlexUnit 4 Error
Posted
by OXMO456
on Stack Overflow
See other posts from Stack Overflow
or by OXMO456
Published on 2010-06-17T14:01:24Z
Indexed on
2010/06/17
14:03 UTC
Read the original article
Hit count: 237
flexunit4
Hi,
I am facing a strange FlexUnit Error:
Whoa... been asked to send another complete and I already did that
The error seem to occur when the number of test exceede 27...?
test exemple:
[Test]
public function whenDoingThat_expectThatIsTrue():void{
//blabla
assertTrue(...)
}
Any help welcome !
© Stack Overflow or respective owner