libicsneo/third-party/googletest-master/googlemock/include/gmock/internal/custom
Paul Hollinsky bb49ce039e ThirdParty: Update included gtest 2022-02-25 01:14:57 -05:00
..
README.md Added gtest folder and building doesn't throw errors 2019-06-25 16:56:04 -04:00
gmock-generated-actions.h ThirdParty: Update included gtest 2022-02-25 01:14:57 -05:00
gmock-matchers.h ThirdParty: Update included gtest 2022-02-25 01:14:57 -05:00
gmock-port.h ThirdParty: Update included gtest 2022-02-25 01:14:57 -05:00

README.md

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)