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

hasProperties should support recursively checking properties

Open drewbourne opened this issue 15 years ago • 0 comments

hasProperties({ a: { b: 42 } }).matches({ a: { b: 42 } }) should be true

drewbourne avatar Jun 04 '10 23:06 drewbourne