summaryrefslogtreecommitdiffstats
path: root/testing/gmock/CHANGES
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 21:49:53 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 21:49:53 +0000
commite88648a5287fe504f34b83b44b73fc081616c9b1 (patch)
treea7ac5673f71f6747b2235f4bd103d78e44432874 /testing/gmock/CHANGES
parent4b9b80ddcf8dd334888f790753ab003c351e974d (diff)
downloadchromium_src-e88648a5287fe504f34b83b44b73fc081616c9b1.zip
chromium_src-e88648a5287fe504f34b83b44b73fc081616c9b1.tar.gz
chromium_src-e88648a5287fe504f34b83b44b73fc081616c9b1.tar.bz2
Checkin a version of gmock, modified to use our boost_tuple in VS2005.
This checkin adds gmock, and a small example of how to write a gmock-based unittest. Review URL: http://codereview.chromium.org/113807 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/gmock/CHANGES')
-rw-r--r--testing/gmock/CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/gmock/CHANGES b/testing/gmock/CHANGES
new file mode 100644
index 0000000..8b62def
--- /dev/null
+++ b/testing/gmock/CHANGES
@@ -0,0 +1,14 @@
+Changes for 1.1.0:
+
+ * New feature: ability to use Google Mock with any testing framework.
+ * New feature: macros for easily defining new matchers
+ * New feature: macros for easily defining new actions.
+ * New feature: more container matchers.
+ * New feature: actions for accessing function arguments and throwing
+ exceptions.
+ * Improved the Google Mock doctor script for diagnosing compiler errors.
+ * Bug fixes and implementation clean-up.
+
+Changes for 1.0.0:
+
+ * Initial Open Source release of Google Mock