Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
1a9c3e44
Commit
1a9c3e44
authored
May 05, 2020
by
vslashg
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2830 from keshavgbpecdelhi:patch-1
PiperOrigin-RevId: 309951872
parents
a9f6c1ed
4bab55dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
README.md
googlemock/README.md
+16
-16
No files found.
googlemock/README.md
View file @
1a9c3e44
...
...
@@ -7,26 +7,26 @@ derive better designs of your system and write better tests.
It is inspired by:
*
[
jMock
](
http://www.jmock.org/
)
,
*
[
EasyMock
](
http://www.easymock.org/
)
, and
*
[
Hamcrest
](
http://code.google.com/p/hamcrest/
)
,
*
[
jMock
](
http://www.jmock.org/
)
*
[
EasyMock
](
http://www.easymock.org/
)
*
[
Hamcrest
](
http://code.google.com/p/hamcrest/
)
and
designed with C++'s specifics in mind.
It is
designed with C++'s specifics in mind.
gMock:
-
provides a declarative syntax for defining mocks,
-
c
an define partial (hybrid) mocks, which are a cross of real and mock
objects
,
-
handles functions of arbitrary types and overloaded functions,
-
comes with a rich set of matchers for validating function arguments,
-
uses an intuitive syntax for controlling the behavior of a mock,
-
does automatic verification of expectations (no record-and-replay needed),
-
a
llows arbitrary (partial) ordering constraints on function calls to be
expressed
,
-
l
ets a user extend it by defining new matchers and actions.
-
does not use exceptions, and
-
i
s easy to learn and use.
-
Provides a declarative syntax for defining mocks.
-
C
an define partial (hybrid) mocks, which are a cross of real and mock
objects
.
-
Handles functions of arbitrary types and overloaded functions.
-
Comes with a rich set of matchers for validating function arguments.
-
Uses an intuitive syntax for controlling the behavior of a mock.
-
Does automatic verification of expectations (no record-and-replay needed).
-
A
llows arbitrary (partial) ordering constraints on function calls to be
expressed
.
-
L
ets a user extend it by defining new matchers and actions.
-
Does not use exceptions.
-
I
s easy to learn and use.
Details and examples can be found here:
...
...
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