new PathBuilder().thirdElementIn(PERSONS).find(TITLE,
equalTo("Johan")).path(IMAGE_NAME).build();
should translate to path: persons[2].find(matcher.matches(it.title)).image_name;
This should also work:
expect().body(thirdElementIn(PERSONS).find(TITLE,
equalTo("Johan")).path(IMAGE_NAME), is("person.png")).when(). ..
Original issue reported on code.google.com by johan.ha...@gmail.com on 23 Oct 2011 at 9:26
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 23 Oct 2011 at 9:26