Can anyone explain how to setup mate with a Flex Unit 4 test? For example, where do I create an instance of the event map?
I have
[Before]
[After]
[BeforeClass]
[AfterClass]
methods
Would it be something like this:
public function setup():void {
var myMap:EventMap = new MainEventMap();
// something
}
thanks

