You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlinx-coroutines-test/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This package provides utilities for efficiently testing coroutines.
11
11
|[runTest]| Runs the test code, automatically skipping delays and handling uncaught exceptions. |
12
12
|[TestCoroutineScheduler]| The shared source of virtual time, used for controlling execution order and skipping delays. |
13
13
|[TestScope]| A [CoroutineScope] that integrates with [runTest], providing access to [TestCoroutineScheduler]. |
14
-
|[TestDispatcher]| A [CoroutineDispatcher]that whose delays are controlled by a [TestCoroutineScheduler]. |
14
+
|[TestDispatcher]| A [CoroutineDispatcher] whose delays are controlled by a [TestCoroutineScheduler]. |
15
15
|[Dispatchers.setMain]| Mocks the main dispatcher using the provided one. If mocked with a [TestDispatcher], its [TestCoroutineScheduler] is used everywhere by default. |
0 commit comments