googletest/googlemock/include/gmock/internal/custom
2018-08-13 22:45:53 -04:00
..
gmock-generated-actions.h Formatting changes for automatic code management 2018-07-27 11:15:08 -04:00
gmock-generated-actions.h.pump Formatting changes for automatic code management 2018-07-27 11:15:08 -04:00
gmock-matchers.h Move instructions into custom/README files 2018-08-13 14:31:56 -04:00
gmock-port.h Move instructions into custom/README files 2018-08-13 14:31:56 -04:00
README.md formatting custom/README.md 2018-08-13 22:45:53 -04:00

Customization Points

The custom directory is an injection point for custom user configurations.

Header gmock-port.h

The following macros can be defined:

  • GMOCK_DECLARE_bool_(name)
  • GMOCK_DECLARE_int32_(name)
  • GMOCK_DECLARE_string_(name)
  • GMOCK_DEFINE_bool_(name, default_val, doc)
  • GMOCK_DEFINE_int32_(name, default_val, doc)
  • GMOCK_DEFINE_string_(name, default_val, doc)