4849505152535455
public void listAll() throws Exception { final List<SimpleObject> all = wrap(simpleObjects).listAll(); assertThat(all.size(), is(3)); SimpleObject simpleObject = wrap(all.get(0)); assertThat(simpleObject.getName(), is("Foo")); }