Home | History | Annotate | only in /external/chromium_org/third_party/ocmock
Up to higher level directory
NameDateSize
Changes.txt20-Jun-20145.4K
gtest_support.h20-Jun-20141.2K
gtest_support.mm20-Jun-20141.2K
License.txt20-Jun-2014929
OCMock/20-Jun-2014
ocmock.gyp20-Jun-20142.8K
ocmock_extensions.h20-Jun-20141.8K
ocmock_extensions.mm20-Jun-20142K
OWNERS20-Jun-201440
README.chromium20-Jun-2014970

README.chromium

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