diff options
author | Herbert Thielen <thielen@hs-worms.de> | 2017-08-09 16:41:38 +0200 |
---|---|---|
committer | Herbert Thielen <thielen@hs-worms.de> | 2017-08-09 16:41:38 +0200 |
commit | 33edcaed89959cda58dd6a1491d30cf2453ba129 (patch) | |
tree | d210c8583c2ecbf280aba1e3d4c7ba281ed84413 | |
parent | 0f702cebb0e63f67e986314a93dcf57379fdf1dc (diff) | |
download | googletest-33edcaed89959cda58dd6a1491d30cf2453ba129.tar.gz googletest-33edcaed89959cda58dd6a1491d30cf2453ba129.tar.bz2 googletest-33edcaed89959cda58dd6a1491d30cf2453ba129.zip |
be more specific on Test Case
-rw-r--r-- | googletest/docs/Primer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/Primer.md b/googletest/docs/Primer.md index 46630449..2943605c 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 |