robfletcher
expectThat(person) .with(Person::name) { // assertions about the name } .with(Person::address) { // assertions about the address }