Google APIs Client Library for C++
MockHttpTransportErrorHandler Class Reference

Mock transport error handler for testing with GMock. More...

#include "client/transport/test/mock_http_transport.h"

+ Inheritance diagram for MockHttpTransportErrorHandler:

List of all members.

Public Member Functions

 MOCK_CONST_METHOD2 (HandleTransportError, bool(int, HttpRequest *))
 MOCK_CONST_METHOD2 (HandleRedirect, bool(int, HttpRequest *))
 NOLINT.
 MOCK_CONST_METHOD2 (HandleHttpError, bool(int, HttpRequest *))
 NOLINT.

Detailed Description

Mock transport error handler for testing with GMock.


Member Function Documentation

MOCK_CONST_METHOD2 ( HandleRedirect  ,
bool(int, HttpRequest *)   
)

NOLINT.

MOCK_CONST_METHOD2 ( HandleHttpError  ,
bool(int, HttpRequest *)   
)

NOLINT.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines