• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024439 1711

gmock-generated-actions.hD03-May-2024268 73

gmock-matchers.hD03-May-20241.8 KiB373

gmock-port.hD03-May-20241.9 KiB403

README.md

1# Customization Points
2
3The custom directory is an injection point for custom user configurations.
4
5## Header `gmock-port.h`
6
7The following macros can be defined:
8
9### Flag related macros:
10
11*   `GMOCK_DECLARE_bool_(name)`
12*   `GMOCK_DECLARE_int32_(name)`
13*   `GMOCK_DECLARE_string_(name)`
14*   `GMOCK_DEFINE_bool_(name, default_val, doc)`
15*   `GMOCK_DEFINE_int32_(name, default_val, doc)`
16*   `GMOCK_DEFINE_string_(name, default_val, doc)`
17