employees.put(new Employee(null, "foo"));
employees.put(new Employee(null, "bar"));
}
public void testParamsRoundTripWithoutVersion() throws Exception {
CallPath queryPath =
new CallPathParser("/rest", false, "/employee").parse("/rest/employee");
ResourceQueryClientFake<Employee, QueryEmployeeByName> stub =
new ResourceQueryClientFake<Employee, QueryEmployeeByName>(
queryHandler, gsonBuilder, urlPaths, queryPath, null);
ResourceQueryClient<Employee, QueryEmployeeByName> queryClient =