FlexUnit 4 Error
- by OXMO456
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 !