"'yoda'" ) ) )
.test( rf.assertThat( "y.name, equalTo('yoda')" ) )
.test( rf.assertThat( "y.age",
matcher( "equalTo",
"160" ) ) )
.test( rf.assertThat( "y.age, equalTo(160)" ) )
// @ FIXME commented out until hamsandwich works in the build
// // test hamsandwich
// .test( rf.assertThat( "y", matcher( "allOf", matcher("name", matcher( "equalTo", "'yoda'" ) ),
// matcher("age", matcher( "equalTo", "160" ) )