|
Support for better integration between OCMock and gtest.
- Add a chromium method that will use OCMock's verify support, but add any
failure to the gtest failure log and return something that can be asserted
in the test.
- Update the code using OCMock -verify to use the new util.
- Remove the OCMock includes in files that weren't actually using it.
TEST=none
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=85676
Total comments: 5
Total comments: 26
Total comments: 5
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+121 lines, -43 lines) |
Patch |
 |
M |
chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target_unittest.mm
|
View
|
1
2
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/chrome_event_processing_window_unittest.mm
|
View
|
1
2
4
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/find_bar/find_bar_text_field_unittest.mm
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm
|
View
|
1
2
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/styled_text_field_unittest.mm
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/wrench_menu/menu_tracked_root_view_unittest.mm
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
third_party/ocmock/gtest_support.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+40 lines, -0 lines |
1 comment
|
Download
|
 |
A |
third_party/ocmock/gtest_support.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/ocmock/ocmock.gyp
|
View
|
1
2
|
1 chunk |
+28 lines, -20 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|