new ResourceQueryClientFake<Employee, QueryEmployeeByName>(queryHandler, gsonBuilder,
urlPaths, queryPath, null);
this.queryClient = new ResourceQueryClient<Employee, QueryEmployeeByName>(
stub, queryPath, QueryEmployeeByName.class, gsonBuilder, Employee.class, false);
employees.put(new Employee(null, "foo"));
employees.put(new Employee(null, "foo"));
employees.put(new Employee(null, "bar"));
}