eq(new GroupId(GroupId.Type.friends, null)), eq(options),
eq(ImmutableSortedSet.of("money", "fame", "fortune")), eq(token)))
.andReturn(Futures.immediateFuture(data));
replay();
assertEquals(data, operation.execute(params, null, token, converter).get());
verify();
}
@Test
public void testHandleGetFriendById() throws Exception {