rj_schema 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (323) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +4 -0
  3. data/ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt +16 -0
  4. data/ext/rj_schema/rapidjson/thirdparty/gtest/README.md +141 -0
  5. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CHANGES +126 -0
  6. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CMakeLists.txt +202 -0
  7. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CONTRIBUTORS +40 -0
  8. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/LICENSE +28 -0
  9. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/Makefile.am +224 -0
  10. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/README.md +333 -0
  11. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/configure.ac +146 -0
  12. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/CheatSheet.md +562 -0
  13. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/CookBook.md +3675 -0
  14. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/DesignDoc.md +280 -0
  15. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/DevGuide.md +132 -0
  16. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/Documentation.md +12 -0
  17. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/ForDummies.md +439 -0
  18. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/FrequentlyAskedQuestions.md +628 -0
  19. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/KnownIssues.md +19 -0
  20. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/CheatSheet.md +525 -0
  21. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/CookBook.md +3250 -0
  22. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/Documentation.md +11 -0
  23. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/ForDummies.md +439 -0
  24. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/FrequentlyAskedQuestions.md +624 -0
  25. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/CheatSheet.md +534 -0
  26. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/CookBook.md +3342 -0
  27. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/Documentation.md +12 -0
  28. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/ForDummies.md +439 -0
  29. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/FrequentlyAskedQuestions.md +628 -0
  30. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/CheatSheet.md +556 -0
  31. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/CookBook.md +3432 -0
  32. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/Documentation.md +12 -0
  33. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/ForDummies.md +439 -0
  34. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/FrequentlyAskedQuestions.md +628 -0
  35. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h +1205 -0
  36. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-cardinalities.h +147 -0
  37. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h +2377 -0
  38. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump +794 -0
  39. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h +1095 -0
  40. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump +291 -0
  41. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h +2179 -0
  42. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump +672 -0
  43. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h +397 -0
  44. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump +161 -0
  45. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h +4399 -0
  46. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-actions.h +246 -0
  47. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-matchers.h +58 -0
  48. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h +1847 -0
  49. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock.h +94 -0
  50. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +8 -0
  51. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump +10 -0
  52. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h +39 -0
  53. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-port.h +46 -0
  54. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h +279 -0
  55. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump +136 -0
  56. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h +511 -0
  57. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-port.h +91 -0
  58. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/make/Makefile +101 -0
  59. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.sln +32 -0
  60. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.vcproj +191 -0
  61. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_config.vsprops +15 -0
  62. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_main.vcproj +187 -0
  63. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_test.vcproj +201 -0
  64. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.sln +32 -0
  65. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.vcxproj +82 -0
  66. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_config.props +19 -0
  67. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_main.vcxproj +88 -0
  68. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_test.vcxproj +101 -0
  69. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.sln +32 -0
  70. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.vcxproj +84 -0
  71. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_config.props +19 -0
  72. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_main.vcxproj +90 -0
  73. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_test.vcxproj +103 -0
  74. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/fuse_gmock_files.py +240 -0
  75. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/LICENSE +203 -0
  76. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README +35 -0
  77. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README.cppclean +115 -0
  78. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/__init__.py +0 -0
  79. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/ast.py +1733 -0
  80. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class.py +227 -0
  81. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py +448 -0
  82. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/keywords.py +59 -0
  83. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/tokenize.py +287 -0
  84. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/utils.py +41 -0
  85. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/gmock_gen.py +31 -0
  86. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/gmock-config.in +303 -0
  87. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/gmock_doctor.py +640 -0
  88. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/upload.py +1387 -0
  89. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/upload_gmock.py +78 -0
  90. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-all.cc +47 -0
  91. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-cardinalities.cc +156 -0
  92. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-internal-utils.cc +174 -0
  93. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-matchers.cc +498 -0
  94. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-spec-builders.cc +823 -0
  95. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock.cc +183 -0
  96. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock_main.cc +54 -0
  97. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-actions_test.cc +1411 -0
  98. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-cardinalities_test.cc +428 -0
  99. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-actions_test.cc +1228 -0
  100. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-function-mockers_test.cc +622 -0
  101. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-internal-utils_test.cc +127 -0
  102. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-matchers_test.cc +1286 -0
  103. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-internal-utils_test.cc +699 -0
  104. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-matchers_test.cc +5648 -0
  105. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-more-actions_test.cc +708 -0
  106. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-nice-strict_test.cc +424 -0
  107. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-port_test.cc +43 -0
  108. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-spec-builders_test.cc +2644 -0
  109. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_all_test.cc +51 -0
  110. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_ex_test.cc +81 -0
  111. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test.py +108 -0
  112. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test_.cc +100 -0
  113. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link2_test.cc +40 -0
  114. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.cc +40 -0
  115. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.h +669 -0
  116. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test.py +180 -0
  117. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_.cc +291 -0
  118. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_golden.txt +310 -0
  119. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_stress_test.cc +322 -0
  120. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_test.cc +220 -0
  121. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_test_utils.py +112 -0
  122. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CHANGES +157 -0
  123. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CMakeLists.txt +286 -0
  124. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CONTRIBUTORS +37 -0
  125. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/LICENSE +28 -0
  126. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/Makefile.am +310 -0
  127. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/README.md +280 -0
  128. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/cmake/internal_utils.cmake +242 -0
  129. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest.cbproj +138 -0
  130. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest.groupproj +54 -0
  131. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_all.cc +38 -0
  132. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_link.cc +40 -0
  133. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_main.cbproj +82 -0
  134. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_unittest.cbproj +88 -0
  135. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/configure.ac +68 -0
  136. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/AdvancedGuide.md +2182 -0
  137. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/DevGuide.md +126 -0
  138. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/Documentation.md +14 -0
  139. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/FAQ.md +1087 -0
  140. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/Primer.md +502 -0
  141. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/PumpManual.md +177 -0
  142. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/Samples.md +14 -0
  143. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_AdvancedGuide.md +2096 -0
  144. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_Documentation.md +12 -0
  145. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_FAQ.md +886 -0
  146. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_Primer.md +497 -0
  147. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_PumpManual.md +177 -0
  148. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_XcodeGuide.md +93 -0
  149. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_AdvancedGuide.md +2178 -0
  150. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Documentation.md +14 -0
  151. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_FAQ.md +1038 -0
  152. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Primer.md +501 -0
  153. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_PumpManual.md +177 -0
  154. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Samples.md +14 -0
  155. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_XcodeGuide.md +93 -0
  156. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_AdvancedGuide.md +2181 -0
  157. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Documentation.md +14 -0
  158. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_FAQ.md +1082 -0
  159. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Primer.md +501 -0
  160. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_PumpManual.md +177 -0
  161. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Samples.md +14 -0
  162. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_XcodeGuide.md +93 -0
  163. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/XcodeGuide.md +93 -0
  164. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-death-test.h +294 -0
  165. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-message.h +250 -0
  166. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h +1444 -0
  167. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h.pump +510 -0
  168. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-printers.h +993 -0
  169. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-spi.h +232 -0
  170. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h +179 -0
  171. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-typed-test.h +263 -0
  172. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h +2236 -0
  173. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_pred_impl.h +358 -0
  174. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_prod.h +58 -0
  175. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-port.h +69 -0
  176. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-printers.h +42 -0
  177. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest.h +41 -0
  178. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h +319 -0
  179. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-filepath.h +206 -0
  180. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-internal.h +1238 -0
  181. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h +243 -0
  182. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h +5146 -0
  183. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump +286 -0
  184. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util.h +731 -0
  185. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port-arch.h +93 -0
  186. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port.h +2554 -0
  187. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-string.h +167 -0
  188. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h +1020 -0
  189. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump +347 -0
  190. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h +3331 -0
  191. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump +297 -0
  192. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/m4/acx_pthread.m4 +363 -0
  193. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/m4/gtest.m4 +74 -0
  194. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/make/Makefile +82 -0
  195. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest-md.sln +45 -0
  196. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest-md.vcproj +126 -0
  197. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest.sln +45 -0
  198. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest.vcproj +126 -0
  199. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_main-md.vcproj +129 -0
  200. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_main.vcproj +129 -0
  201. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_prod_test-md.vcproj +164 -0
  202. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_prod_test.vcproj +164 -0
  203. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_unittest-md.vcproj +147 -0
  204. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_unittest.vcproj +147 -0
  205. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/prime_tables.h +123 -0
  206. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1.cc +68 -0
  207. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1.h +43 -0
  208. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample10_unittest.cc +144 -0
  209. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1_unittest.cc +153 -0
  210. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2.cc +56 -0
  211. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2.h +85 -0
  212. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2_unittest.cc +109 -0
  213. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample3-inl.h +172 -0
  214. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample3_unittest.cc +151 -0
  215. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4.cc +46 -0
  216. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4.h +53 -0
  217. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4_unittest.cc +45 -0
  218. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample5_unittest.cc +199 -0
  219. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample6_unittest.cc +224 -0
  220. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample7_unittest.cc +130 -0
  221. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample8_unittest.cc +173 -0
  222. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample9_unittest.cc +160 -0
  223. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/common.py +83 -0
  224. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/fuse_gtest_files.py +253 -0
  225. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/gen_gtest_pred_impl.py +730 -0
  226. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/gtest-config.in +274 -0
  227. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/pump.py +855 -0
  228. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/release_docs.py +158 -0
  229. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/test/Makefile +59 -0
  230. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/upload.py +1387 -0
  231. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/upload_gtest.py +78 -0
  232. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-all.cc +48 -0
  233. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-death-test.cc +1342 -0
  234. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-filepath.cc +387 -0
  235. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h +1183 -0
  236. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-port.cc +1259 -0
  237. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-printers.cc +373 -0
  238. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-test-part.cc +110 -0
  239. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-typed-test.cc +118 -0
  240. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest.cc +5388 -0
  241. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest_main.cc +38 -0
  242. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_ex_test.cc +93 -0
  243. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_test.cc +1427 -0
  244. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-filepath_test.cc +662 -0
  245. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-linked_ptr_test.cc +154 -0
  246. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-listener_test.cc +311 -0
  247. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-message_test.cc +159 -0
  248. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-options_test.cc +215 -0
  249. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test2_test.cc +65 -0
  250. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.cc +1055 -0
  251. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.h +57 -0
  252. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-port_test.cc +1304 -0
  253. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-printers_test.cc +1635 -0
  254. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-test-part_test.cc +208 -0
  255. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-tuple_test.cc +320 -0
  256. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test2_test.cc +45 -0
  257. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.cc +380 -0
  258. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.h +66 -0
  259. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-unittest-api_test.cc +341 -0
  260. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_all_test.cc +47 -0
  261. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest.py +212 -0
  262. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest_.cc +88 -0
  263. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test.py +237 -0
  264. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test_.cc +311 -0
  265. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test.py +130 -0
  266. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test_.cc +71 -0
  267. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test.py +117 -0
  268. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test_.cc +126 -0
  269. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_environment_test.cc +192 -0
  270. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest.py +636 -0
  271. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest_.cc +140 -0
  272. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test.py +172 -0
  273. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test_.cc +46 -0
  274. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest.py +207 -0
  275. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest_.cc +157 -0
  276. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_main_unittest.cc +45 -0
  277. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_no_test_unittest.cc +56 -0
  278. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test.py +340 -0
  279. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_.cc +1062 -0
  280. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_golden_lin.txt +743 -0
  281. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_pred_impl_unittest.cc +2427 -0
  282. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_premature_exit_test.cc +127 -0
  283. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_prod_test.cc +57 -0
  284. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_repeat_test.cc +253 -0
  285. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test.py +325 -0
  286. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test_.cc +103 -0
  287. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_sole_header_test.cc +57 -0
  288. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_stress_test.cc +256 -0
  289. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_test_utils.py +320 -0
  290. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc +92 -0
  291. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test.py +171 -0
  292. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test_.cc +72 -0
  293. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test.py +70 -0
  294. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test_.cc +43 -0
  295. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_unittest.cc +7706 -0
  296. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile1_test_.cc +49 -0
  297. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile2_test_.cc +49 -0
  298. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfiles_test.py +132 -0
  299. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest.py +308 -0
  300. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest_.cc +181 -0
  301. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_test_utils.py +194 -0
  302. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/production.cc +36 -0
  303. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/production.h +55 -0
  304. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/DebugProject.xcconfig +30 -0
  305. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig +17 -0
  306. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig +41 -0
  307. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/ReleaseProject.xcconfig +32 -0
  308. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig +18 -0
  309. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/TestTarget.xcconfig +8 -0
  310. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Resources/Info.plist +30 -0
  311. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist +28 -0
  312. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj +457 -0
  313. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh +62 -0
  314. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc +63 -0
  315. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.h +59 -0
  316. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc +68 -0
  317. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/runtests.sh +65 -0
  318. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/versiongenerate.py +100 -0
  319. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj +1135 -0
  320. data/ext/rj_schema/rapidjson/thirdparty/gtest/travis.sh +15 -0
  321. data/ext/rj_schema/rj_schema.cpp +64 -41
  322. data/lib/rj_schema.rb +1 -1
  323. metadata +378 -5
@@ -0,0 +1,310 @@
1
+ [ RUN ] GMockOutputTest.ExpectedCall
2
+
3
+ FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked
4
+ Stack trace:
5
+
6
+ FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))...
7
+ Function call: Bar2(0, 0)
8
+ Returns: false
9
+ Stack trace:
10
+ [ OK ] GMockOutputTest.ExpectedCall
11
+ [ RUN ] GMockOutputTest.ExpectedCallToVoidFunction
12
+
13
+ FILE:#: EXPECT_CALL(foo_, Bar3(0, _)) invoked
14
+ Stack trace:
15
+
16
+ FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar3(0, _))...
17
+ Function call: Bar3(0, 0)
18
+ Stack trace:
19
+ [ OK ] GMockOutputTest.ExpectedCallToVoidFunction
20
+ [ RUN ] GMockOutputTest.ExplicitActionsRunOut
21
+
22
+ GMOCK WARNING:
23
+ FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))...
24
+ Expected to be called twice, but has only 1 WillOnce().
25
+ GMOCK WARNING:
26
+ FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
27
+ Called 2 times, but only 1 WillOnce() is specified - returning default value.
28
+ Stack trace:
29
+ [ OK ] GMockOutputTest.ExplicitActionsRunOut
30
+ [ RUN ] GMockOutputTest.UnexpectedCall
31
+ unknown file: Failure
32
+
33
+ Unexpected mock function call - returning default value.
34
+ Function call: Bar2(1, 0)
35
+ Returns: false
36
+ Google Mock tried the following 1 expectation, but it didn't match:
37
+
38
+ FILE:#: EXPECT_CALL(foo_, Bar2(0, _))...
39
+ Expected arg #0: is equal to 0
40
+ Actual: 1
41
+ Expected: to be called once
42
+ Actual: never called - unsatisfied and active
43
+ [ FAILED ] GMockOutputTest.UnexpectedCall
44
+ [ RUN ] GMockOutputTest.UnexpectedCallToVoidFunction
45
+ unknown file: Failure
46
+
47
+ Unexpected mock function call - returning directly.
48
+ Function call: Bar3(1, 0)
49
+ Google Mock tried the following 1 expectation, but it didn't match:
50
+
51
+ FILE:#: EXPECT_CALL(foo_, Bar3(0, _))...
52
+ Expected arg #0: is equal to 0
53
+ Actual: 1
54
+ Expected: to be called once
55
+ Actual: never called - unsatisfied and active
56
+ [ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction
57
+ [ RUN ] GMockOutputTest.ExcessiveCall
58
+ FILE:#: Failure
59
+ Mock function called more times than expected - returning default value.
60
+ Function call: Bar2(0, 1)
61
+ Returns: false
62
+ Expected: to be called once
63
+ Actual: called twice - over-saturated and active
64
+ [ FAILED ] GMockOutputTest.ExcessiveCall
65
+ [ RUN ] GMockOutputTest.ExcessiveCallToVoidFunction
66
+ FILE:#: Failure
67
+ Mock function called more times than expected - returning directly.
68
+ Function call: Bar3(0, 1)
69
+ Expected: to be called once
70
+ Actual: called twice - over-saturated and active
71
+ [ FAILED ] GMockOutputTest.ExcessiveCallToVoidFunction
72
+ [ RUN ] GMockOutputTest.UninterestingCall
73
+
74
+ GMOCK WARNING:
75
+ Uninteresting mock function call - returning default value.
76
+ Function call: Bar2(0, 1)
77
+ Returns: false
78
+ NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
79
+ [ OK ] GMockOutputTest.UninterestingCall
80
+ [ RUN ] GMockOutputTest.UninterestingCallToVoidFunction
81
+
82
+ GMOCK WARNING:
83
+ Uninteresting mock function call - returning directly.
84
+ Function call: Bar3(0, 1)
85
+ NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
86
+ [ OK ] GMockOutputTest.UninterestingCallToVoidFunction
87
+ [ RUN ] GMockOutputTest.RetiredExpectation
88
+ unknown file: Failure
89
+
90
+ Unexpected mock function call - returning default value.
91
+ Function call: Bar2(1, 1)
92
+ Returns: false
93
+ Google Mock tried the following 2 expectations, but none matched:
94
+
95
+ FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))...
96
+ Expected: the expectation is active
97
+ Actual: it is retired
98
+ Expected: to be called once
99
+ Actual: called once - saturated and retired
100
+ FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))...
101
+ Expected arg #0: is equal to 0
102
+ Actual: 1
103
+ Expected arg #1: is equal to 0
104
+ Actual: 1
105
+ Expected: to be called once
106
+ Actual: never called - unsatisfied and active
107
+ [ FAILED ] GMockOutputTest.RetiredExpectation
108
+ [ RUN ] GMockOutputTest.UnsatisfiedPrerequisite
109
+ unknown file: Failure
110
+
111
+ Unexpected mock function call - returning default value.
112
+ Function call: Bar2(1, 0)
113
+ Returns: false
114
+ Google Mock tried the following 2 expectations, but none matched:
115
+
116
+ FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))...
117
+ Expected arg #0: is equal to 0
118
+ Actual: 1
119
+ Expected: to be called once
120
+ Actual: never called - unsatisfied and active
121
+ FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))...
122
+ Expected: all pre-requisites are satisfied
123
+ Actual: the following immediate pre-requisites are not satisfied:
124
+ FILE:#: pre-requisite #0
125
+ (end of pre-requisites)
126
+ Expected: to be called once
127
+ Actual: never called - unsatisfied and active
128
+ [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisite
129
+ [ RUN ] GMockOutputTest.UnsatisfiedPrerequisites
130
+ unknown file: Failure
131
+
132
+ Unexpected mock function call - returning default value.
133
+ Function call: Bar2(1, 0)
134
+ Returns: false
135
+ Google Mock tried the following 2 expectations, but none matched:
136
+
137
+ FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))...
138
+ Expected arg #0: is equal to 0
139
+ Actual: 1
140
+ Expected: to be called once
141
+ Actual: never called - unsatisfied and active
142
+ FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))...
143
+ Expected: all pre-requisites are satisfied
144
+ Actual: the following immediate pre-requisites are not satisfied:
145
+ FILE:#: pre-requisite #0
146
+ FILE:#: pre-requisite #1
147
+ (end of pre-requisites)
148
+ Expected: to be called once
149
+ Actual: never called - unsatisfied and active
150
+ [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisites
151
+ [ RUN ] GMockOutputTest.UnsatisfiedWith
152
+ FILE:#: Failure
153
+ Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(_, _))...
154
+ Expected args: are a pair where the first >= the second
155
+ Expected: to be called once
156
+ Actual: never called - unsatisfied and active
157
+ [ FAILED ] GMockOutputTest.UnsatisfiedWith
158
+ [ RUN ] GMockOutputTest.UnsatisfiedExpectation
159
+ FILE:#: Failure
160
+ Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(0, _))...
161
+ Expected: to be called twice
162
+ Actual: called once - unsatisfied and active
163
+ FILE:#: Failure
164
+ Actual function call count doesn't match EXPECT_CALL(foo_, Bar(_, _, _))...
165
+ Expected: to be called once
166
+ Actual: never called - unsatisfied and active
167
+ [ FAILED ] GMockOutputTest.UnsatisfiedExpectation
168
+ [ RUN ] GMockOutputTest.MismatchArguments
169
+ unknown file: Failure
170
+
171
+ Unexpected mock function call - returning default value.
172
+ Function call: Bar(@0x# "Ho", 0, -0.1)
173
+ Returns: '\0'
174
+ Google Mock tried the following 1 expectation, but it didn't match:
175
+
176
+ FILE:#: EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)))...
177
+ Expected arg #0: references the variable @0x# "Hi"
178
+ Actual: "Ho", which is located @0x#
179
+ Expected arg #2: is >= 0
180
+ Actual: -0.1
181
+ Expected: to be called once
182
+ Actual: never called - unsatisfied and active
183
+ [ FAILED ] GMockOutputTest.MismatchArguments
184
+ [ RUN ] GMockOutputTest.MismatchWith
185
+ unknown file: Failure
186
+
187
+ Unexpected mock function call - returning default value.
188
+ Function call: Bar2(2, 3)
189
+ Returns: false
190
+ Google Mock tried the following 1 expectation, but it didn't match:
191
+
192
+ FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))...
193
+ Expected args: are a pair where the first >= the second
194
+ Actual: don't match
195
+ Expected: to be called once
196
+ Actual: never called - unsatisfied and active
197
+ [ FAILED ] GMockOutputTest.MismatchWith
198
+ [ RUN ] GMockOutputTest.MismatchArgumentsAndWith
199
+ unknown file: Failure
200
+
201
+ Unexpected mock function call - returning default value.
202
+ Function call: Bar2(1, 3)
203
+ Returns: false
204
+ Google Mock tried the following 1 expectation, but it didn't match:
205
+
206
+ FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))...
207
+ Expected arg #0: is >= 2
208
+ Actual: 1
209
+ Expected args: are a pair where the first >= the second
210
+ Actual: don't match
211
+ Expected: to be called once
212
+ Actual: never called - unsatisfied and active
213
+ [ FAILED ] GMockOutputTest.MismatchArgumentsAndWith
214
+ [ RUN ] GMockOutputTest.UnexpectedCallWithDefaultAction
215
+ unknown file: Failure
216
+
217
+ Unexpected mock function call - taking default action specified at:
218
+ FILE:#:
219
+ Function call: Bar2(1, 0)
220
+ Returns: false
221
+ Google Mock tried the following 1 expectation, but it didn't match:
222
+
223
+ FILE:#: EXPECT_CALL(foo_, Bar2(2, 2))...
224
+ Expected arg #0: is equal to 2
225
+ Actual: 1
226
+ Expected arg #1: is equal to 2
227
+ Actual: 0
228
+ Expected: to be called once
229
+ Actual: never called - unsatisfied and active
230
+ unknown file: Failure
231
+
232
+ Unexpected mock function call - taking default action specified at:
233
+ FILE:#:
234
+ Function call: Bar2(0, 0)
235
+ Returns: true
236
+ Google Mock tried the following 1 expectation, but it didn't match:
237
+
238
+ FILE:#: EXPECT_CALL(foo_, Bar2(2, 2))...
239
+ Expected arg #0: is equal to 2
240
+ Actual: 0
241
+ Expected arg #1: is equal to 2
242
+ Actual: 0
243
+ Expected: to be called once
244
+ Actual: never called - unsatisfied and active
245
+ [ FAILED ] GMockOutputTest.UnexpectedCallWithDefaultAction
246
+ [ RUN ] GMockOutputTest.ExcessiveCallWithDefaultAction
247
+ FILE:#: Failure
248
+ Mock function called more times than expected - taking default action specified at:
249
+ FILE:#:
250
+ Function call: Bar2(2, 2)
251
+ Returns: true
252
+ Expected: to be called once
253
+ Actual: called twice - over-saturated and active
254
+ FILE:#: Failure
255
+ Mock function called more times than expected - taking default action specified at:
256
+ FILE:#:
257
+ Function call: Bar2(1, 1)
258
+ Returns: false
259
+ Expected: to be called once
260
+ Actual: called twice - over-saturated and active
261
+ [ FAILED ] GMockOutputTest.ExcessiveCallWithDefaultAction
262
+ [ RUN ] GMockOutputTest.UninterestingCallWithDefaultAction
263
+
264
+ GMOCK WARNING:
265
+ Uninteresting mock function call - taking default action specified at:
266
+ FILE:#:
267
+ Function call: Bar2(2, 2)
268
+ Returns: true
269
+ NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
270
+
271
+ GMOCK WARNING:
272
+ Uninteresting mock function call - taking default action specified at:
273
+ FILE:#:
274
+ Function call: Bar2(1, 1)
275
+ Returns: false
276
+ NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
277
+ [ OK ] GMockOutputTest.UninterestingCallWithDefaultAction
278
+ [ RUN ] GMockOutputTest.ExplicitActionsRunOutWithDefaultAction
279
+
280
+ GMOCK WARNING:
281
+ FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))...
282
+ Expected to be called twice, but has only 1 WillOnce().
283
+ GMOCK WARNING:
284
+ FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
285
+ Called 2 times, but only 1 WillOnce() is specified - taking default action specified at:
286
+ FILE:#:
287
+ Stack trace:
288
+ [ OK ] GMockOutputTest.ExplicitActionsRunOutWithDefaultAction
289
+ [ RUN ] GMockOutputTest.CatchesLeakedMocks
290
+ [ OK ] GMockOutputTest.CatchesLeakedMocks
291
+ [ FAILED ] GMockOutputTest.UnexpectedCall
292
+ [ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction
293
+ [ FAILED ] GMockOutputTest.ExcessiveCall
294
+ [ FAILED ] GMockOutputTest.ExcessiveCallToVoidFunction
295
+ [ FAILED ] GMockOutputTest.RetiredExpectation
296
+ [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisite
297
+ [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisites
298
+ [ FAILED ] GMockOutputTest.UnsatisfiedWith
299
+ [ FAILED ] GMockOutputTest.UnsatisfiedExpectation
300
+ [ FAILED ] GMockOutputTest.MismatchArguments
301
+ [ FAILED ] GMockOutputTest.MismatchWith
302
+ [ FAILED ] GMockOutputTest.MismatchArgumentsAndWith
303
+ [ FAILED ] GMockOutputTest.UnexpectedCallWithDefaultAction
304
+ [ FAILED ] GMockOutputTest.ExcessiveCallWithDefaultAction
305
+
306
+
307
+ FILE:#: ERROR: this mock object should be deleted but never is. Its address is @0x#.
308
+ FILE:#: ERROR: this mock object should be deleted but never is. Its address is @0x#.
309
+ FILE:#: ERROR: this mock object should be deleted but never is. Its address is @0x#.
310
+ ERROR: 3 leaked mock objects found at program exit.
@@ -0,0 +1,322 @@
1
+ // Copyright 2007, Google Inc.
2
+ // All rights reserved.
3
+ //
4
+ // Redistribution and use in source and binary forms, with or without
5
+ // modification, are permitted provided that the following conditions are
6
+ // met:
7
+ //
8
+ // * Redistributions of source code must retain the above copyright
9
+ // notice, this list of conditions and the following disclaimer.
10
+ // * Redistributions in binary form must reproduce the above
11
+ // copyright notice, this list of conditions and the following disclaimer
12
+ // in the documentation and/or other materials provided with the
13
+ // distribution.
14
+ // * Neither the name of Google Inc. nor the names of its
15
+ // contributors may be used to endorse or promote products derived from
16
+ // this software without specific prior written permission.
17
+ //
18
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
+ //
30
+ // Author: wan@google.com (Zhanyong Wan)
31
+
32
+ // Tests that Google Mock constructs can be used in a large number of
33
+ // threads concurrently.
34
+
35
+ #include "gmock/gmock.h"
36
+ #include "gtest/gtest.h"
37
+
38
+ namespace testing {
39
+ namespace {
40
+
41
+ // From <gtest/internal/gtest-port.h>.
42
+ using ::testing::internal::ThreadWithParam;
43
+
44
+ // The maximum number of test threads (not including helper threads)
45
+ // to create.
46
+ const int kMaxTestThreads = 50;
47
+
48
+ // How many times to repeat a task in a test thread.
49
+ const int kRepeat = 50;
50
+
51
+ class MockFoo {
52
+ public:
53
+ MOCK_METHOD1(Bar, int(int n)); // NOLINT
54
+ MOCK_METHOD2(Baz, char(const char* s1, const internal::string& s2)); // NOLINT
55
+ };
56
+
57
+ // Helper for waiting for the given thread to finish and then deleting it.
58
+ template <typename T>
59
+ void JoinAndDelete(ThreadWithParam<T>* t) {
60
+ t->Join();
61
+ delete t;
62
+ }
63
+
64
+ using internal::linked_ptr;
65
+
66
+ // Helper classes for testing using linked_ptr concurrently.
67
+
68
+ class Base {
69
+ public:
70
+ explicit Base(int a_x) : x_(a_x) {}
71
+ virtual ~Base() {}
72
+ int x() const { return x_; }
73
+ private:
74
+ int x_;
75
+ };
76
+
77
+ class Derived1 : public Base {
78
+ public:
79
+ Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
80
+ int y() const { return y_; }
81
+ private:
82
+ int y_;
83
+ };
84
+
85
+ class Derived2 : public Base {
86
+ public:
87
+ Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {}
88
+ int z() const { return z_; }
89
+ private:
90
+ int z_;
91
+ };
92
+
93
+ linked_ptr<Derived1> pointer1(new Derived1(1, 2));
94
+ linked_ptr<Derived2> pointer2(new Derived2(3, 4));
95
+
96
+ struct Dummy {};
97
+
98
+ // Tests that we can copy from a linked_ptr and read it concurrently.
99
+ void TestConcurrentCopyAndReadLinkedPtr(Dummy /* dummy */) {
100
+ // Reads pointer1 and pointer2 while they are being copied from in
101
+ // another thread.
102
+ EXPECT_EQ(1, pointer1->x());
103
+ EXPECT_EQ(2, pointer1->y());
104
+ EXPECT_EQ(3, pointer2->x());
105
+ EXPECT_EQ(4, pointer2->z());
106
+
107
+ // Copies from pointer1.
108
+ linked_ptr<Derived1> p1(pointer1);
109
+ EXPECT_EQ(1, p1->x());
110
+ EXPECT_EQ(2, p1->y());
111
+
112
+ // Assigns from pointer2 where the LHS was empty.
113
+ linked_ptr<Base> p2;
114
+ p2 = pointer1;
115
+ EXPECT_EQ(1, p2->x());
116
+
117
+ // Assigns from pointer2 where the LHS was not empty.
118
+ p2 = pointer2;
119
+ EXPECT_EQ(3, p2->x());
120
+ }
121
+
122
+ const linked_ptr<Derived1> p0(new Derived1(1, 2));
123
+
124
+ // Tests that we can concurrently modify two linked_ptrs that point to
125
+ // the same object.
126
+ void TestConcurrentWriteToEqualLinkedPtr(Dummy /* dummy */) {
127
+ // p1 and p2 point to the same, shared thing. One thread resets p1.
128
+ // Another thread assigns to p2. This will cause the same
129
+ // underlying "ring" to be updated concurrently.
130
+ linked_ptr<Derived1> p1(p0);
131
+ linked_ptr<Derived1> p2(p0);
132
+
133
+ EXPECT_EQ(1, p1->x());
134
+ EXPECT_EQ(2, p1->y());
135
+
136
+ EXPECT_EQ(1, p2->x());
137
+ EXPECT_EQ(2, p2->y());
138
+
139
+ p1.reset();
140
+ p2 = p0;
141
+
142
+ EXPECT_EQ(1, p2->x());
143
+ EXPECT_EQ(2, p2->y());
144
+ }
145
+
146
+ // Tests that different mock objects can be used in their respective
147
+ // threads. This should generate no Google Test failure.
148
+ void TestConcurrentMockObjects(Dummy /* dummy */) {
149
+ // Creates a mock and does some typical operations on it.
150
+ MockFoo foo;
151
+ ON_CALL(foo, Bar(_))
152
+ .WillByDefault(Return(1));
153
+ ON_CALL(foo, Baz(_, _))
154
+ .WillByDefault(Return('b'));
155
+ ON_CALL(foo, Baz(_, "you"))
156
+ .WillByDefault(Return('a'));
157
+
158
+ EXPECT_CALL(foo, Bar(0))
159
+ .Times(AtMost(3));
160
+ EXPECT_CALL(foo, Baz(_, _));
161
+ EXPECT_CALL(foo, Baz("hi", "you"))
162
+ .WillOnce(Return('z'))
163
+ .WillRepeatedly(DoDefault());
164
+
165
+ EXPECT_EQ(1, foo.Bar(0));
166
+ EXPECT_EQ(1, foo.Bar(0));
167
+ EXPECT_EQ('z', foo.Baz("hi", "you"));
168
+ EXPECT_EQ('a', foo.Baz("hi", "you"));
169
+ EXPECT_EQ('b', foo.Baz("hi", "me"));
170
+ }
171
+
172
+ // Tests invoking methods of the same mock object in multiple threads.
173
+
174
+ struct Helper1Param {
175
+ MockFoo* mock_foo;
176
+ int* count;
177
+ };
178
+
179
+ void Helper1(Helper1Param param) {
180
+ for (int i = 0; i < kRepeat; i++) {
181
+ const char ch = param.mock_foo->Baz("a", "b");
182
+ if (ch == 'a') {
183
+ // It was an expected call.
184
+ (*param.count)++;
185
+ } else {
186
+ // It was an excessive call.
187
+ EXPECT_EQ('\0', ch);
188
+ }
189
+
190
+ // An unexpected call.
191
+ EXPECT_EQ('\0', param.mock_foo->Baz("x", "y")) << "Expected failure.";
192
+
193
+ // An uninteresting call.
194
+ EXPECT_EQ(1, param.mock_foo->Bar(5));
195
+ }
196
+ }
197
+
198
+ // This should generate 3*kRepeat + 1 failures in total.
199
+ void TestConcurrentCallsOnSameObject(Dummy /* dummy */) {
200
+ MockFoo foo;
201
+
202
+ ON_CALL(foo, Bar(_))
203
+ .WillByDefault(Return(1));
204
+ EXPECT_CALL(foo, Baz(_, "b"))
205
+ .Times(kRepeat)
206
+ .WillRepeatedly(Return('a'));
207
+ EXPECT_CALL(foo, Baz(_, "c")); // Expected to be unsatisfied.
208
+
209
+ // This chunk of code should generate kRepeat failures about
210
+ // excessive calls, and 2*kRepeat failures about unexpected calls.
211
+ int count1 = 0;
212
+ const Helper1Param param = { &foo, &count1 };
213
+ ThreadWithParam<Helper1Param>* const t =
214
+ new ThreadWithParam<Helper1Param>(Helper1, param, NULL);
215
+
216
+ int count2 = 0;
217
+ const Helper1Param param2 = { &foo, &count2 };
218
+ Helper1(param2);
219
+ JoinAndDelete(t);
220
+
221
+ EXPECT_EQ(kRepeat, count1 + count2);
222
+
223
+ // foo's destructor should generate one failure about unsatisfied
224
+ // expectation.
225
+ }
226
+
227
+ // Tests using the same mock object in multiple threads when the
228
+ // expectations are partially ordered.
229
+
230
+ void Helper2(MockFoo* foo) {
231
+ for (int i = 0; i < kRepeat; i++) {
232
+ foo->Bar(2);
233
+ foo->Bar(3);
234
+ }
235
+ }
236
+
237
+ // This should generate no Google Test failures.
238
+ void TestPartiallyOrderedExpectationsWithThreads(Dummy /* dummy */) {
239
+ MockFoo foo;
240
+ Sequence s1, s2;
241
+
242
+ {
243
+ InSequence dummy;
244
+ EXPECT_CALL(foo, Bar(0));
245
+ EXPECT_CALL(foo, Bar(1))
246
+ .InSequence(s1, s2);
247
+ }
248
+
249
+ EXPECT_CALL(foo, Bar(2))
250
+ .Times(2*kRepeat)
251
+ .InSequence(s1)
252
+ .RetiresOnSaturation();
253
+ EXPECT_CALL(foo, Bar(3))
254
+ .Times(2*kRepeat)
255
+ .InSequence(s2);
256
+
257
+ {
258
+ InSequence dummy;
259
+ EXPECT_CALL(foo, Bar(2))
260
+ .InSequence(s1, s2);
261
+ EXPECT_CALL(foo, Bar(4));
262
+ }
263
+
264
+ foo.Bar(0);
265
+ foo.Bar(1);
266
+
267
+ ThreadWithParam<MockFoo*>* const t =
268
+ new ThreadWithParam<MockFoo*>(Helper2, &foo, NULL);
269
+ Helper2(&foo);
270
+ JoinAndDelete(t);
271
+
272
+ foo.Bar(2);
273
+ foo.Bar(4);
274
+ }
275
+
276
+ // Tests using Google Mock constructs in many threads concurrently.
277
+ TEST(StressTest, CanUseGMockWithThreads) {
278
+ void (*test_routines[])(Dummy dummy) = {
279
+ &TestConcurrentCopyAndReadLinkedPtr,
280
+ &TestConcurrentWriteToEqualLinkedPtr,
281
+ &TestConcurrentMockObjects,
282
+ &TestConcurrentCallsOnSameObject,
283
+ &TestPartiallyOrderedExpectationsWithThreads,
284
+ };
285
+
286
+ const int kRoutines = sizeof(test_routines)/sizeof(test_routines[0]);
287
+ const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines;
288
+ const int kTestThreads = kCopiesOfEachRoutine * kRoutines;
289
+ ThreadWithParam<Dummy>* threads[kTestThreads] = {};
290
+ for (int i = 0; i < kTestThreads; i++) {
291
+ // Creates a thread to run the test function.
292
+ threads[i] =
293
+ new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL);
294
+ GTEST_LOG_(INFO) << "Thread #" << i << " running . . .";
295
+ }
296
+
297
+ // At this point, we have many threads running.
298
+ for (int i = 0; i < kTestThreads; i++) {
299
+ JoinAndDelete(threads[i]);
300
+ }
301
+
302
+ // Ensures that the correct number of failures have been reported.
303
+ const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
304
+ const TestResult& result = *info->result();
305
+ const int kExpectedFailures = (3*kRepeat + 1)*kCopiesOfEachRoutine;
306
+ GTEST_CHECK_(kExpectedFailures == result.total_part_count())
307
+ << "Expected " << kExpectedFailures << " failures, but got "
308
+ << result.total_part_count();
309
+ }
310
+
311
+ } // namespace
312
+ } // namespace testing
313
+
314
+ int main(int argc, char **argv) {
315
+ testing::InitGoogleMock(&argc, argv);
316
+
317
+ const int exit_code = RUN_ALL_TESTS(); // Expected to fail.
318
+ GTEST_CHECK_(exit_code != 0) << "RUN_ALL_TESTS() did not fail as expected";
319
+
320
+ printf("\nPASS\n");
321
+ return 0;
322
+ }