Aleksey Kozin
|
3357dad60d
|
TEST() arguments are invalid in an example
Both names must be valid C++ identifiers, and they should not contain underscore (`_`)
|
2018-02-23 01:34:26 +03:00 |
|
Gennadiy Civil
|
240309b6a2
|
Merge pull request #871 from tommyleo2/master
Update Primer.md
|
2017-08-10 21:34:15 -04:00 |
|
Gennadiy Civil
|
664a703c70
|
Merge pull request #1192 from eduherminio/master
Minor style fixes
|
2017-08-10 20:36:29 -04:00 |
|
Eduardo Caceres
|
fccdf51ece
|
Minor style fixes
Typos, punctuation & broken links
|
2017-08-10 18:05:32 +02:00 |
|
Gennadiy Civil
|
d47ef4b7dc
|
Merge pull request #1178 from aninf-wo/hethi/testsuite-hint
add note about different definitions of Test Case
|
2017-08-10 09:13:45 -04:00 |
|
Herbert Thielen
|
23c3feba97
|
clarify distinction regarding Test Case
|
2017-08-10 10:08:08 +02:00 |
|
Herbert Thielen
|
646ebe5ad5
|
be more specific on Test Case
|
2017-08-09 16:41:38 +02:00 |
|
Herbert Thielen
|
16e8218b47
|
add note about different definitions of Test Case
There are contradictory definitions of the term "test case", so prepare
new users in Primer.md to avoid confusion.
|
2017-08-05 15:12:12 +02:00 |
|
Ross Wang
|
2e8062bd72
|
Update Primer.md
Correcting typo: "text fixture" => "test fixture"
|
2016-10-18 13:56:03 -07:00 |
|
tommyleo2
|
779d72f558
|
Update Primer.md
fix bug in string comparison assertions table where _str2_ is mistakenly written as _str_2
|
2016-09-02 19:45:48 +08:00 |
|
Alexey Sokolov
|
ded55add57
|
Change error message of EXPECT_EQ to treat lhs and rhs equivalently.
|
2016-02-16 23:32:01 +00:00 |
|
Caleb Morse
|
fa1958d16d
|
Fix link to FAQ in Primer.md
|
2015-12-03 21:23:56 -05:00 |
|
Daus Salar
|
6460005ba4
|
FIX add missing blank line between text and table
The markdown interpreter don't interpret the table otherwise.
|
2015-09-05 01:12:03 +02:00 |
|
Billy Donahue
|
1f87a0970d
|
Move everything in googletest into googletest/googletest
|
2015-08-25 16:18:00 -04:00 |
|