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
1f8fe136
Commit
1f8fe136
authored
Dec 02, 2015
by
Billy Donahue
Browse files
Merge pull request #647 from mithro/patch-1
Fix AdvancedGuide link in FAQ.md
parents
2f93e2d8
16b9bbc3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/FAQ.md
googletest/docs/FAQ.md
+1
-1
No files found.
googletest/docs/FAQ.md
View file @
1f8fe136
...
...
@@ -754,7 +754,7 @@ EXPECT_TRUE(internal::Func(12345));
## I would like to run a test several times with different parameters. Do I need to write several similar copies of it? ##
No. You can use a feature called [value-parameterized tests](AdvancedGuide#Value_Parameterized_Tests
.md
) which
No. You can use a feature called [value-parameterized tests](AdvancedGuide
.md
#Value_Parameterized_Tests) which
lets you repeat your tests with different parameters, without defining it more than once.
## How do I test a file that defines main()? ##
...
...
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