Manual docs tweaks still in preparation for including docs with code pushes
This commit is contained in:
		@@ -81,6 +81,8 @@ void Bar(int* p);         // Neither p nor *p is const.
 | 
			
		||||
void Bar(const int* p);  // p is not const, but *p is.
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
<<!-- GOOGLETEST_CM0030 DO NOT DELETE -->
 | 
			
		||||
 | 
			
		||||
### I can't figure out why gMock thinks my expectations are not satisfied. What should I do?
 | 
			
		||||
 | 
			
		||||
You might want to run your test with `--gmock_verbose=info`. This flag lets
 | 
			
		||||
@@ -124,6 +126,8 @@ using ::testing::_;
 | 
			
		||||
      .Times(0);
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
<!-- GOOGLETEST_CM0031 DO NOT DELETE -->
 | 
			
		||||
 | 
			
		||||
### I have a failed test where gMock tells me TWICE that a particular expectation is not satisfied. Isn't this redundant?
 | 
			
		||||
 | 
			
		||||
When gMock detects a failure, it prints relevant information (the mock function
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user