Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Googletest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Meng
Googletest
Commits
f5c0130e
Commit
f5c0130e
authored
8 years ago
by
Samuel Roth
Browse files
Options
Downloads
Patches
Plain Diff
Broken relative links fixed
parent
9cb03aa7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
googlemock/README.md
+6
-6
6 additions, 6 deletions
googlemock/README.md
with
6 additions
and
6 deletions
googlemock/README.md
+
6
−
6
View file @
f5c0130e
...
...
@@ -62,14 +62,14 @@ You can also watch Zhanyong's [talk](http://www.youtube.com/watch?v=sYpCyLI47rM)
Once you understand the basics, check out the rest of the docs:
*
[
CheatSheet
](
docs/CheatSheet.md
)
- all the commonly used stuff
*
[
CheatSheet
](
../../tree/master/googlemock/
docs/CheatSheet.md
)
- all the commonly used stuff
at a glance.
*
[
CookBook
](
docs/CookBook.md
)
- recipes for getting things done,
*
[
CookBook
](
../../tree/master/googlemock/
docs/CookBook.md
)
- recipes for getting things done,
including advanced techniques.
If you need help, please check the
[
KnownIssues
](
docs/KnownIssues.md
)
and
[
FrequentlyAskedQuestions
](
docs/FrequentlyAskedQuestions.md
)
before
[
KnownIssues
](
../../tree/master/googlemock/
docs/KnownIssues.md
)
and
[
FrequentlyAskedQuestions
](
../../tree/master/googlemock/
docs/FrequentlyAskedQuestions.md
)
before
posting a question on the
[
discussion group
](
http://groups.google.com/group/googlemock
)
.
...
...
@@ -79,7 +79,7 @@ posting a question on the
Google Mock is not a testing framework itself. Instead, it needs a
testing framework for writing tests. Google Mock works seamlessly
with
[
Google Test
](
http://code.google.com/p/googletest/
)
, but
you can also use it with
[
any C++ testing framework
](
googlemock/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework
)
.
you can also use it with
[
any C++ testing framework
](
../../tree/master/
googlemock/
docs/
ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework
)
.
### Requirements for End Users ###
...
...
@@ -90,7 +90,7 @@ You must use the bundled version of Google Test when using Google Mock.
You can also easily configure Google Mock to work with another testing
framework, although it will still need Google Test. Please read
[
"Using_Google_Mock_with_Any_Testing_Framework"
](
docs/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework
)
../../tree/master/googlemock/
docs/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework
)
for instructions.
Google Mock depends on advanced C++ features and thus requires a more
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment