• Home
Name Date Size #Lines LOC

..--

OCMock/03-May-2024-2,2451,581

Changes.txtD03-May-20245.4 KiB256113

License.txtD03-May-2024929 1512

OWNERSD03-May-202440 32

README.chromiumD03-May-2024970 2620

gtest_support.hD03-May-20241.2 KiB4114

gtest_support.mmD03-May-20241.2 KiB3729

ocmock.gypD03-May-20242.8 KiB8076

ocmock_extensions.hD03-May-20241.8 KiB5438

ocmock_extensions.mmD03-May-20242 KiB7758

README.chromium

1Name: ocmock
2URL: https://github.com/erikdoe/ocmock
3Version: unknown
4Revision: 8b8793cf29a5bac0541421ea06c7dff071afb25e
5License: BSD with advertising clause
6License File: License.txt
7Security Critical: no
8
9Description:
10OCMock is an Objective-C implementation of mock objects. If you are unfamiliar
11with the concept of mock objects please visit mockobjects.com which has more
12details and discussions about this approach to testing software.
13
14Local Modifications:
15This is only a partial inclusion of the OCMock tree. This only includes
16/Source/OCMock because the tests and other files are not necessary for Chromium.
17The License.txt and Changes.txt file are also present from /Source.
18
19Chromium can no longer sync to the tip-of-tree because upstream OCMock requires
2010.7 as of b5773084d56d2573caf6a2d98d5b56e301673de1.
21
22Chromium adds gtest_support.h/.mm and ocmock_extensions.h/.mm.
23
24Chromium alters all NSLogging of -[NSArray count] to compile under both 32 and
2564 bits.
26