private void addRequestData(List<List<Object>> data)
{
// NOTE: the arguments to the Request constructor here might not make sense. The point is to verify that the equals
// method works and nothing more.
ResourceMethod method = ResourceMethod.GET;
RecordTemplate input = new RecordTemplateWithPrimitiveKey().setBody("foo").setId(1L);
Map<String, String> headers = new HashMap<String, String>();
headers.put("foo", "bar");
RestResponseDecoder decoder = new EntityResponseDecoder(GetRequest.class);
ResourceSpec resourceSpec = buildResourceSpec();