mirror of
https://github.com/google/googletest.git
synced 2025-12-08 01:36:50 +08:00
tidier docs
This commit is contained in:
parent
bcc75def1b
commit
f9de82e1f1
@ -1,7 +1,7 @@
|
||||
# CoTest
|
||||
|
||||
Cotest is an extension of Google Test (including GMock) which adds direct and fully integrated support for coroutines:
|
||||
- as contexts within which to run checking code, including checking of mock calls,
|
||||
Cotest is an extension of Google Test which adds direct and fully integrated support for coroutines:
|
||||
- as contexts within which to run checking code and actions,
|
||||
- and to execute the code under test.
|
||||
|
||||
Cotest allows for a linear test case layout, in which the test coroutine launches the code under test, and then accepts and returns mock calls in a single sequence
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user