1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/trunk/3rdparty/gtest-fit/googlemock/include/gmock/internal/custom
2022-03-17 16:56:52 +08:00
..
gmock-generated-actions.h UTest: Upgrade gtest to 1.11 and support clion. (#2970) 2022-03-17 16:56:52 +08:00
gmock-matchers.h UTest: Upgrade gtest to 1.11 and support clion. (#2970) 2022-03-17 16:56:52 +08:00
gmock-port.h UTest: Upgrade gtest to 1.11 and support clion. (#2970) 2022-03-17 16:56:52 +08:00
README.md UTest: Upgrade gtest to 1.11 and support clion. (#2970) 2022-03-17 16:56:52 +08: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)