hamcrest-as3 icon indicating copy to clipboard operation
hamcrest-as3 copied to clipboard

HasProperties should support MXML matchers for properties

Open drewbourne opened this issue 15 years ago • 0 comments

something like:

<HasProperties>
    <HasProperty name="length"><EqualTo value="3" /></Property>
    <HasProperty name="children"><ArrayWithSize size="3" /></Property>
</HasProperties>

drewbourne avatar Mar 28 '10 00:03 drewbourne