Add some tests (mainly imported from EA). Also change type from String to SessionId, RoomId, etc.
This commit is contained in:
parent
31ff2e7e0b
commit
7e7aca4a53
54 changed files with 1569 additions and 151 deletions
|
|
@ -54,7 +54,6 @@ dependencies {
|
|||
exclude(group = "com.android.support", module = "support-annotations")
|
||||
}
|
||||
|
||||
|
||||
implementation(platform(libs.google.firebase.bom))
|
||||
implementation("com.google.firebase:firebase-messaging-ktx")
|
||||
|
||||
|
|
@ -62,7 +61,10 @@ dependencies {
|
|||
api("com.github.UnifiedPush:android-connector:2.1.1")
|
||||
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.test.mockk)
|
||||
testImplementation(libs.test.truth)
|
||||
testImplementation(libs.test.turbine)
|
||||
testImplementation(libs.coroutines.test)
|
||||
testImplementation(projects.libraries.matrix.test)
|
||||
testImplementation(projects.services.appnavstate.test)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue