mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
try to fix internal link
This commit is contained in:
parent
f41f23aa35
commit
f5b9a9239c
@ -1,7 +1,7 @@
|
|||||||
# Testing With Two Computers
|
# Testing With Two Computers
|
||||||
_This is a simplified overview of conventional and coroutine-based unit testing. We explore the steps taken by a convnetional test and then present the same test in a coroutine model. We use an analogy with computers that can "only do one thing at a time" and then discuss how coroutines fit in at the end._
|
_This is a simplified overview of conventional and coroutine-based unit testing. We explore the steps taken by a convnetional test and then present the same test in a coroutine model. We use an analogy with computers that can "only do one thing at a time" and then discuss how coroutines fit in at the end._
|
||||||
## Conventional testing, using one computer
|
## Conventional testing, using one computer
|
||||||
For this exercise, we will assume that the computers illustrated can only run a single "program" at a time (but see [footnote](##Footnote)).
|
For this exercise, we will assume that the computers illustrated can only run a single "program" at a time (but see [footnote](#Footnote)).
|
||||||

|

|
||||||
Text after
|
Text after
|
||||||

|

|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user