Merge pull request #2225 from rongou/patch-1

add missing period
This commit is contained in:
Gennadiy Civil 2019-04-11 09:43:03 -04:00 committed by GitHub
commit 7473c5ca5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ 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_ as
was used in Google Test is of contradictory sense and thus confusing.
googletest recently started replacing the term _Test Case_ by _Test Suite_ The
googletest recently started replacing the term _Test Case_ by _Test Suite_. The
preferred API is TestSuite*. The older TestCase* API is being slowly deprecated
and refactored away