assertEquals(2, result.size());
assertEquals("Coelho", result.get(0).getValue(TAuthor_LAST_NAME()));
assertEquals("Orwell", result.get(1).getValue(TAuthor_LAST_NAME()));
try {
q.fetchOne();
fail();
}
catch (InvalidResultException expected) {}
Record record = q.fetchAny();