Update README.md

This commit is contained in:
John Graley 2024-02-14 18:32:32 +00:00 committed by GitHub
parent 7c2d0fb626
commit 0f11c7e824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ Cardinality is inferred from the execution state of the coroutine.
Cotest supports multiple test coroutines: these will _see_ mock calls with priority established by their watches, which may be interleaved with GMock expectations. Cotest supports multiple test coroutines: these will _see_ mock calls with priority established by their watches, which may be interleaved with GMock expectations.
Cotest permits multiple overlapping launches of code under test: in the coroutine model there is no freely concurrent execution, Cotest permits multiple overlapping launches of code under test: in the coroutine model there is no freely concurrent execution,
but a test coroutine can control the order in which overlapping mock calls return. but a test coroutine can control the order in which mock calls are allowed to return.
This project is a fork of Google Test, and changes to gtest/gmock source code have been kept minimal. C++14. This project is a fork of Google Test, and changes to gtest/gmock source code have been kept minimal. C++14.