summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2017-08-09 14:41:38 (GMT)
committerHerbert Thielen <thielen@hs-worms.de>2017-08-09 14:41:38 (GMT)
commit33edcaed89959cda58dd6a1491d30cf2453ba129 (patch)
treed210c8583c2ecbf280aba1e3d4c7ba281ed84413 /googletest
parent0f702cebb0e63f67e986314a93dcf57379fdf1dc (diff)
downloadgoogletest-33edcaed89959cda58dd6a1491d30cf2453ba129.zip
googletest-33edcaed89959cda58dd6a1491d30cf2453ba129.tar.gz
googletest-33edcaed89959cda58dd6a1491d30cf2453ba129.tar.bz2
be more specific on Test Case
Diffstat (limited to 'googletest')
-rw-r--r--googletest/docs/Primer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/Primer.md b/googletest/docs/Primer.md
index 4663044..2943605 100644
--- a/googletest/docs/Primer.md
+++ b/googletest/docs/Primer.md
@@ -43,7 +43,7 @@ others.
The term _Test_ is commonly of broad enough sense, including ISTQB's
definition of _Test Case_, so it's not much of a problem here. But the
-term _Test Case_ is of contradictory sense and thus confusing.
+term _Test Case_ as used in Google Test is of contradictory sense and thus confusing.
Unfortunately replacing the term _Test Case_ by _Test Suite_ throughout
the Google C++ Testing Framework is not easy without breaking dependent