1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Instrumentation test coroutines (#7207)

Converting SDK instrumentation tests from CountdownLatch to suspending functions
This commit is contained in:
Adam Brown
2022-09-27 13:37:23 +01:00
committed by GitHub
parent a422361872
commit fad02062d8
29 changed files with 1488 additions and 2039 deletions

1
changelog.d/7207.sdk Normal file
View File

@@ -0,0 +1 @@
Ports SDK instrumentation tests to use suspending functions instead of countdown latches