Introduce runAndTestState extension on NotificationTroubleshootTest

This commit is contained in:
Benoit Marty 2025-09-23 09:45:36 +02:00
parent bfc770d46e
commit 194340b19c
13 changed files with 73 additions and 144 deletions

View file

@ -15,4 +15,7 @@ android {
dependencies {
implementation(projects.libraries.troubleshoot.api)
implementation(projects.tests.testutils)
implementation(libs.coroutines.test)
implementation(libs.test.core)
implementation(libs.test.turbine)
}