hamcrest-as3
hamcrest-as3 copied to clipboard
HasProperties should support MXML matchers for properties
something like:
<HasProperties>
<HasProperty name="length"><EqualTo value="3" /></Property>
<HasProperty name="children"><ArrayWithSize size="3" /></Property>
</HasProperties>