| OLD | NEW |
| 1 [ RUN ] GMockOutputTest.ExpectedCall | 1 [ RUN ] GMockOutputTest.ExpectedCall |
| 2 | 2 |
| 3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked | 3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked |
| 4 Stack trace: | 4 Stack trace: |
| 5 | 5 |
| 6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))... | 6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))... |
| 7 Function call: Bar2(0, 0) | 7 Function call: Bar2(0, 0) |
| 8 Returns: false | 8 Returns: false |
| 9 Stack trace: | 9 Stack trace: |
| 10 [ OK ] GMockOutputTest.ExpectedCall | 10 [ OK ] GMockOutputTest.ExpectedCall |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 [ RUN ] GMockOutputTest.MismatchArguments | 168 [ RUN ] GMockOutputTest.MismatchArguments |
| 169 unknown file: Failure | 169 unknown file: Failure |
| 170 | 170 |
| 171 Unexpected mock function call - returning default value. | 171 Unexpected mock function call - returning default value. |
| 172 Function call: Bar(@0x# "Ho", 0, -0.1) | 172 Function call: Bar(@0x# "Ho", 0, -0.1) |
| 173 Returns: '\0' | 173 Returns: '\0' |
| 174 Google Mock tried the following 1 expectation, but it didn't match: | 174 Google Mock tried the following 1 expectation, but it didn't match: |
| 175 | 175 |
| 176 FILE:#: EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)))... | 176 FILE:#: EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)))... |
| 177 Expected arg #0: references the variable @0x# "Hi" | 177 Expected arg #0: references the variable @0x# "Hi" |
| 178 Actual: "Ho" (is located @0x#) | 178 Actual: "Ho", which is located @0x# |
| 179 Expected arg #2: is greater than or equal to 0 | 179 Expected arg #2: is >= 0 |
| 180 Actual: -0.1 | 180 Actual: -0.1 |
| 181 Expected: to be called once | 181 Expected: to be called once |
| 182 Actual: never called - unsatisfied and active | 182 Actual: never called - unsatisfied and active |
| 183 [ FAILED ] GMockOutputTest.MismatchArguments | 183 [ FAILED ] GMockOutputTest.MismatchArguments |
| 184 [ RUN ] GMockOutputTest.MismatchWith | 184 [ RUN ] GMockOutputTest.MismatchWith |
| 185 unknown file: Failure | 185 unknown file: Failure |
| 186 | 186 |
| 187 Unexpected mock function call - returning default value. | 187 Unexpected mock function call - returning default value. |
| 188 Function call: Bar2(2, 3) | 188 Function call: Bar2(2, 3) |
| 189 Returns: false | 189 Returns: false |
| 190 Google Mock tried the following 1 expectation, but it didn't match: | 190 Google Mock tried the following 1 expectation, but it didn't match: |
| 191 | 191 |
| 192 FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))... | 192 FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))... |
| 193 Expected args: are a pair (x, y) where x >= y | 193 Expected args: are a pair (x, y) where x >= y |
| 194 Actual: don't match | 194 Actual: don't match |
| 195 Expected: to be called once | 195 Expected: to be called once |
| 196 Actual: never called - unsatisfied and active | 196 Actual: never called - unsatisfied and active |
| 197 [ FAILED ] GMockOutputTest.MismatchWith | 197 [ FAILED ] GMockOutputTest.MismatchWith |
| 198 [ RUN ] GMockOutputTest.MismatchArgumentsAndWith | 198 [ RUN ] GMockOutputTest.MismatchArgumentsAndWith |
| 199 unknown file: Failure | 199 unknown file: Failure |
| 200 | 200 |
| 201 Unexpected mock function call - returning default value. | 201 Unexpected mock function call - returning default value. |
| 202 Function call: Bar2(1, 3) | 202 Function call: Bar2(1, 3) |
| 203 Returns: false | 203 Returns: false |
| 204 Google Mock tried the following 1 expectation, but it didn't match: | 204 Google Mock tried the following 1 expectation, but it didn't match: |
| 205 | 205 |
| 206 FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))... | 206 FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))... |
| 207 Expected arg #0: is greater than or equal to 2 | 207 Expected arg #0: is >= 2 |
| 208 Actual: 1 | 208 Actual: 1 |
| 209 Expected args: are a pair (x, y) where x >= y | 209 Expected args: are a pair (x, y) where x >= y |
| 210 Actual: don't match | 210 Actual: don't match |
| 211 Expected: to be called once | 211 Expected: to be called once |
| 212 Actual: never called - unsatisfied and active | 212 Actual: never called - unsatisfied and active |
| 213 [ FAILED ] GMockOutputTest.MismatchArgumentsAndWith | 213 [ FAILED ] GMockOutputTest.MismatchArgumentsAndWith |
| 214 [ RUN ] GMockOutputTest.UnexpectedCallWithDefaultAction | 214 [ RUN ] GMockOutputTest.UnexpectedCallWithDefaultAction |
| 215 unknown file: Failure | 215 unknown file: Failure |
| 216 | 216 |
| 217 Unexpected mock function call - taking default action specified at: | 217 Unexpected mock function call - taking default action specified at: |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 [ FAILED ] GMockOutputTest.MismatchWith | 301 [ FAILED ] GMockOutputTest.MismatchWith |
| 302 [ FAILED ] GMockOutputTest.MismatchArgumentsAndWith | 302 [ FAILED ] GMockOutputTest.MismatchArgumentsAndWith |
| 303 [ FAILED ] GMockOutputTest.UnexpectedCallWithDefaultAction | 303 [ FAILED ] GMockOutputTest.UnexpectedCallWithDefaultAction |
| 304 [ FAILED ] GMockOutputTest.ExcessiveCallWithDefaultAction | 304 [ FAILED ] GMockOutputTest.ExcessiveCallWithDefaultAction |
| 305 | 305 |
| 306 | 306 |
| 307 FILE:#: ERROR: this mock object should be deleted but never is. Its address is @
0x#. | 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#. | 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#. | 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. | 310 ERROR: 3 leaked mock objects found at program exit. |
| OLD | NEW |