|
|
|
|
|
by claytonwramsey
717 days ago
|
|
It would be convenient to use async, but the other requirement is that we don’t want to change the outwardly-observable API of the software under test. Since async is “infectious,” we have to use sync implementations for sync APIs. |
|