From 33edcaed89959cda58dd6a1491d30cf2453ba129 Mon Sep 17 00:00:00 2001 From: Herbert Thielen Date: Wed, 9 Aug 2017 16:41:38 +0200 Subject: [PATCH] be more specific on Test Case --- googletest/docs/Primer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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