}
public void testInitialize() throws Exception {
CommonGoogleProtoClientRequestInitializer key =
new CommonGoogleProtoClientRequestInitializer("foo");
MockGoogleProtoClient client =
new MockGoogleProtoClient.Builder(new MockHttpTransport(), HttpTesting.SIMPLE_URL, "test/",
null).setApplicationName("Test Application").build();
MyRequest request = new MyRequest(client, "GET", "", null, String.class);
assertNull(request.key);
key.initialize(request);