hamcrest-as3
hamcrest-as3 copied to clipboard
hasProperties should support recursively checking properties
hasProperties({ a: { b: 42 } }).matches({ a: { b: 42 } }) should be true