Skip to content

Commit

Permalink
Migrate Android tests to unit tests in pillarbox-core-business
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Mar 1, 2024
1 parent 671670b commit 473d2a3
Show file tree
Hide file tree
Showing 8 changed files with 448 additions and 1,973 deletions.
10 changes: 1 addition & 9 deletions pillarbox-core-business/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,7 @@ dependencies {
testImplementation(libs.mockk.dsl)
testRuntimeOnly(libs.robolectric)
testImplementation(libs.robolectric.annotations)
testRuntimeOnly(libs.robolectric.shadows.framework)

androidTestImplementation(project(":pillarbox-player-testutils"))

androidTestImplementation(libs.androidx.test.monitor)
androidTestImplementation(libs.androidx.test.runner)
androidTestImplementation(libs.junit)
androidTestRuntimeOnly(libs.kotlinx.coroutines.android)
androidTestImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.robolectric.shadows.framework)
}

koverReport {
Expand Down
1,521 changes: 0 additions & 1,521 deletions pillarbox-core-business/src/androidTest/assets/media-compositions.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 473d2a3

Please sign in to comment.