I am trying to use Flex Unit in FlashBuilder 4.5.1 and I am getting the warning " import AbstractMatcherTestCase could not be found". Can anyone let me know what I'm missing? I have hamcrest-as3-flex-1.1.3.swc as one of my referenced libraries for the project.
I am trying to import as follows:
import org.hamcrest.AbstractMatcherTestCase;
Thanks