| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 Actual: the following immediate pre-requisites are not satisfied: | 144 Actual: the following immediate pre-requisites are not satisfied: |
| 145 FILE:#: pre-requisite #0 | 145 FILE:#: pre-requisite #0 |
| 146 FILE:#: pre-requisite #1 | 146 FILE:#: pre-requisite #1 |
| 147 (end of pre-requisites) | 147 (end of pre-requisites) |
| 148 Expected: to be called once | 148 Expected: to be called once |
| 149 Actual: never called - unsatisfied and active | 149 Actual: never called - unsatisfied and active |
| 150 [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisites | 150 [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisites |
| 151 [ RUN ] GMockOutputTest.UnsatisfiedWith | 151 [ RUN ] GMockOutputTest.UnsatisfiedWith |
| 152 FILE:#: Failure | 152 FILE:#: Failure |
| 153 Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(_, _))... | 153 Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(_, _))... |
| 154 Expected args: are a pair (x, y) where x >= y | 154 Expected args: are a pair where the first >= the second |
| 155 Expected: to be called once | 155 Expected: to be called once |
| 156 Actual: never called - unsatisfied and active | 156 Actual: never called - unsatisfied and active |
| 157 [ FAILED ] GMockOutputTest.UnsatisfiedWith | 157 [ FAILED ] GMockOutputTest.UnsatisfiedWith |
| 158 [ RUN ] GMockOutputTest.UnsatisfiedExpectation | 158 [ RUN ] GMockOutputTest.UnsatisfiedExpectation |
| 159 FILE:#: Failure | 159 FILE:#: Failure |
| 160 Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(0, _))... | 160 Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(0, _))... |
| 161 Expected: to be called twice | 161 Expected: to be called twice |
| 162 Actual: called once - unsatisfied and active | 162 Actual: called once - unsatisfied and active |
| 163 FILE:#: Failure | 163 FILE:#: Failure |
| 164 Actual function call count doesn't match EXPECT_CALL(foo_, Bar(_, _, _))... | 164 Actual function call count doesn't match EXPECT_CALL(foo_, Bar(_, _, _))... |
| (...skipping 18 matching lines...) Expand all Loading... |
| 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 where the first >= the second |
| 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 >= 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 where the first >= the second |
| 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: |
| 218 FILE:#: | 218 FILE:#: |
| 219 Function call: Bar2(1, 0) | 219 Function call: Bar2(1, 0) |
| (...skipping 81 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 |