Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
gmock-generated-actions.h | 22-Oct-2020 | 365 | |
gmock-generated-actions.h.pump | 22-Oct-2020 | 451 | |
gmock-matchers.h | 22-Oct-2020 | 1.8K | |
gmock-port.h | 22-Oct-2020 | 1.8K | |
README.md | 22-Oct-2020 | 439 |
1 # Customization Points 2 3 The custom directory is an injection point for custom user configurations. 4 5 ## Header `gmock-port.h` 6 7 The 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