Imported Upstream version 1.12.0
[platform/upstream/gtest.git] / googlemock / include / gmock / internal / custom / README.md
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 *   `GMOCK_FLAG_GET(flag_name)`
18 *   `GMOCK_FLAG_SET(flag_name, value)`