mirror of
https://github.com/google/googletest.git
synced 2025-04-07 06:25:01 +00:00
Edited wiki page through web user interface.
This commit is contained in:
parent
e53f48c91d
commit
e8feaadaef
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,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 [GoogleTestAdvancedGuide#Value_Parameterized_Tests value-parameterized tests] which
|
||||
lets you repeat your tests with a number of different parameters.
|
||||
lets you repeat your tests with different parameters, without defining it more than once.
|
||||
|
||||
== How do I test a file that defines main()? ==
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue