Add test skeleton for RustMatrixClientFactory and RustMatrixAuthenticationService

This commit is contained in:
Benoit Marty 2024-09-19 12:16:24 +02:00
parent b2abf0cf97
commit fc795c9be8
13 changed files with 280 additions and 1 deletions

View file

@ -46,7 +46,9 @@ dependencies {
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
testImplementation(libs.test.robolectric)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.preferences.test)
testImplementation(projects.libraries.sessionStorage.implMemory)
testImplementation(projects.libraries.sessionStorage.test)
testImplementation(projects.services.analytics.test)