googletest/googlemock/include/gmock/internal/custom
Abseil Team 100f6fbf5f Consistently apply IWYU pragmas across googletest and googlemock headers
PiperOrigin-RevId: 422559250
Change-Id: I9f630f2186724950e5e9fbd7093d5264e8bf0a71
2022-01-18 08:11:11 -08:00
..
gmock-generated-actions.h Consistently apply IWYU pragmas across googletest and googlemock headers 2022-01-18 08:11:11 -08:00
gmock-matchers.h Consistently apply IWYU pragmas across googletest and googlemock headers 2022-01-18 08:11:11 -08:00
gmock-port.h Consistently apply IWYU pragmas across googletest and googlemock headers 2022-01-18 08:11:11 -08:00
README.md Googletest export 2021-09-15 13:33:42 -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)
  • GMOCK_FLAG_GET(flag_name)
  • GMOCK_FLAG_SET(flag_name, value)