diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 13:45:58 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 13:45:58 +0000 |
commit | 1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3 (patch) | |
tree | 7a3df06fa46f3ef5f16d1d97192c08a49a818c31 /third_party/ocmock/README.chromium | |
parent | ab607c6c15919d9e3dfdfc23fb465568c0c076e4 (diff) | |
download | chromium_src-1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3.zip chromium_src-1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3.tar.gz chromium_src-1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3.tar.bz2 |
Add OCMock testing framework to third_party.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/216025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ocmock/README.chromium')
-rw-r--r-- | third_party/ocmock/README.chromium | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/ocmock/README.chromium b/third_party/ocmock/README.chromium new file mode 100644 index 0000000..e1cb335 --- /dev/null +++ b/third_party/ocmock/README.chromium @@ -0,0 +1,14 @@ +URL: http://www.mulle-kybernetik.com/software/OCMock/ + http://svn.mulle-kybernetik.com/OCMock/trunk/@54 +Version: r54 +License: BSD with advertising clause +License File: License.txt + +Description: +OCMock is an Objective-C implementation of mock objects. If you are unfamiliar +with the concept of mock objects please visit mockobjects.com which has more +details and discussions about this approach to testing software. + +Local Modifications: +No Modifications + |