Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
da579bd6
"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "a0669e070a441d8229eca5f6178ece4157413763"
Commit
da579bd6
authored
Mar 17, 2009
by
zhanyong.wan
Browse files
Adds release note for 1.1.0 and switches to use gtest 1.3.0.
parent
5b5d62f1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
CHANGES
CHANGES
+11
-0
CONTRIBUTORS
CONTRIBUTORS
+1
-0
README
README
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
CHANGES
View file @
da579bd6
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:
Changes for 1.0.0:
* Initial Open Source release of Google Mock
* Initial Open Source release of Google Mock
CONTRIBUTORS
View file @
da579bd6
...
@@ -25,6 +25,7 @@ Markus Heule <markus.heule@gmail.com>
...
@@ -25,6 +25,7 @@ Markus Heule <markus.heule@gmail.com>
Matthew Simmons <simmonmt@acm.org>
Matthew Simmons <simmonmt@acm.org>
Mike Bland <mbland@google.com>
Mike Bland <mbland@google.com>
Neal Norwitz <nnorwitz@gmail.com>
Neal Norwitz <nnorwitz@gmail.com>
Nermin Ozkiranartli <nermin@google.com>
Owen Carlsen <ocarlsen@google.com>
Owen Carlsen <ocarlsen@google.com>
Paneendra Ba <paneendra@google.com>
Paneendra Ba <paneendra@google.com>
Paul Menage <menage@google.com>
Paul Menage <menage@google.com>
...
...
README
View file @
da579bd6
...
@@ -41,7 +41,7 @@ with Google Test (http://code.google.com/p/googletest/), although
...
@@ -41,7 +41,7 @@ with Google Test (http://code.google.com/p/googletest/), although
eventually we plan to support other C++ testing frameworks. You can
eventually we plan to support other C++ testing frameworks. You can
use either the copy of Google Test that comes with Google Mock, or a
use either the copy of Google Test that comes with Google Mock, or a
compatible version you already have. This version of Google Mock
compatible version you already have. This version of Google Mock
requires Google Test 1.
2.1
.
requires Google Test 1.
3.0
.
Google Mock depends on advanced C++ features and thus requires a more
Google Mock depends on advanced C++ features and thus requires a more
modern compiler. The following are needed to use Google Mock:
modern compiler. The following are needed to use Google Mock:
...
...
configure.ac
View file @
da579bd6
AC_INIT([Google C++ Mocking Framework],
AC_INIT([Google C++ Mocking Framework],
[1.
0
.0],
[1.
1
.0],
[googlemock@googlegroups.com],
[googlemock@googlegroups.com],
[gmock])
[gmock])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment