}
@Test
public void testHandleResponse_1() throws Exception {
final CodeAuthorizationResponseHandler fixture = CodeAuthorizationResponseHandlerTest.carh;
final OAuth2Accessor accessor = MockUtils.getOAuth2Accessor_ClientCredentials();
final HttpResponse response = new HttpResponse();
final OAuth2HandlerError result = fixture.handleResponse(accessor, response);
Assert.assertNotNull(result);
Assert.assertEquals(null, result.getCause());