Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
16b9bbc3
Commit
16b9bbc3
authored
Dec 02, 2015
by
Tim Ansell
Browse files
Fix AdvancedGuide link in FAQ.md
parent
2f93e2d8
Changes
1
Hide 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 @
16b9bbc3
...
@@ -754,7 +754,7 @@ EXPECT_TRUE(internal::Func(12345));
...
@@ -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? ##
## 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.
lets you repeat your tests with different parameters, without defining it more than once.
## How do I test a file that defines main()? ##
## 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