]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Manual docs tweaks still in preparation for including docs with code pushes
authorGennadiy Civil <misterg@google.com>
Thu, 18 Jul 2019 15:34:17 +0000 (11:34 -0400)
committerGennadiy Civil <misterg@google.com>
Thu, 18 Jul 2019 15:34:17 +0000 (11:34 -0400)
googlemock/docs/cheat_sheet.md
googlemock/docs/cook_book.md
googlemock/docs/for_dummies.md
googlemock/docs/gmock_faq.md
googletest/docs/advanced.md
googletest/docs/faq.md

index ea46a68c4c6220e83d19111f4b8e542040ac3834..06190d1681a416152d71c32c099024d9f2e39b41 100644 (file)
@@ -1,6 +1,6 @@
 ## gMock Cheat Sheet
 
-<!-- GOOGLETEST_CM0018 DO NOT DELETE -->
+<!-- GOOGLETEST_CM0019 DO NOT DELETE -->
 
 ### Defining a Mock Class
 
index 7116fd4c6b9d346d09ce14a2d2f0de00e7c8e8ad..10b6d85b26769cd41335ba06571f0159058184cb 100644 (file)
@@ -1,6 +1,6 @@
 ## Googletest Mocking (gMock) Cookbook
 
-<!-- GOOGLETEST_CM0011 DO NOT DELETE -->
+<!-- GOOGLETEST_CM0012 DO NOT DELETE -->
 
 You can find recipes for using gMock here. If you haven't yet, please read
 [this](for_dummies.md) first to make sure you understand the basics.
index b75c9a09f71352aee3a802350bc35e49327807df..198da4675b2a9543d2770e3789db26452159fbd3 100644 (file)
@@ -1,6 +1,6 @@
 ## Googletest Mocking (gMock) for Dummies {#GMockForDummies}
 
-<!-- GOOGLETEST_CM0012 DO NOT DELETE -->
+<!-- GOOGLETEST_CM0013 DO NOT DELETE -->
 
 ### What Is gMock?
 
index 27f0eb06e92575bfcf12e1c65418b92f9c942648..184c501f6211b38b8cf9f0578a1f3c59fe22b300 100644 (file)
@@ -1,6 +1,6 @@
 ## Legacy gMock FAQ {#GMockFaq}
 
-<!-- GOOGLETEST_CM0020 DO NOT DELETE -->
+<!-- GOOGLETEST_CM0021 DO NOT DELETE -->
 
 ### When I call a method on my mock object, the method for the real object is invoked instead. What's the problem?
 
index d31e4cfbcfa49589fdc62f7ea1649c87fd2a9301..146c6e8a092d4294267acc1efb9dac7c1e49ccf1 100644 (file)
@@ -1,6 +1,6 @@
 # Advanced googletest Topics
 
-<!-- GOOGLETEST_CM0015 DO NOT DELETE -->
+<!-- GOOGLETEST_CM0016 DO NOT DELETE -->
 
 ## Introduction
 
index 05baf236bea0ce4be5614e3efe1d58fa4598a015..a22f1b902ce8e1159ca68f70f3b25579959a7328 100644 (file)
@@ -1,6 +1,6 @@
 # Googletest FAQ
 
-<!-- GOOGLETEST_CM0013 DO NOT DELETE -->
+<!-- GOOGLETEST_CM0014 DO NOT DELETE -->
 
 ## Why should test suite names and test names not contain underscore?