Page Speed Optimization Libraries  1.7.30.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::MockLogRecord Class Reference

A class which helps mock the methods of LogRecord for testing. More...

#include "log_record_test_helper.h"

Inheritance diagram for net_instaweb::MockLogRecord:
net_instaweb::LogRecord net_instaweb::AbstractLogRecord

List of all members.

Public Member Functions

 MockLogRecord (AbstractMutex *mutex)
virtual void LogImageRewriteActivity (const char *id, const GoogleString &url, RewriterApplication::Status status, bool is_image_inlined, bool is_critical_image, bool is_url_rewritten, int size, bool try_low_res_src_insertion, bool low_res_src_inserted, ImageType low_res_image_type, int low_res_data_size)
 Log a RewriterInfo for the image rewrite filter.
 MOCK_METHOD1 (MockLogImageRewriteActivity, void(ImageRewriteInfo))

Detailed Description

A class which helps mock the methods of LogRecord for testing.


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