You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pillarbox-core-business/src/test/java/ch/srgssr/pillarbox/core/business/tracker/commandersact/CommandersActTrackerIntegrationTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -409,7 +409,7 @@ class CommandersActTrackerIntegrationTest {
Copy file name to clipboardExpand all lines: pillarbox-player/src/test/java/ch/srgssr/pillarbox/player/tracker/CurrentMediaItemPillarboxDataTrackerTest.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
packagech.srgssr.pillarbox.player.tracker
6
6
7
7
importandroid.content.Context
8
+
importandroid.os.Looper
8
9
importandroidx.media3.common.Player
9
10
importandroidx.media3.exoplayer.ExoPlayer
10
11
importandroidx.media3.test.utils.FakeClock
@@ -18,6 +19,7 @@ import io.mockk.confirmVerified
18
19
importio.mockk.mockk
19
20
importio.mockk.verifyOrder
20
21
importorg.junit.runner.RunWith
22
+
importorg.robolectric.Shadows.shadowOf
21
23
importkotlin.test.AfterTest
22
24
importkotlin.test.BeforeTest
23
25
importkotlin.test.Test
@@ -49,6 +51,7 @@ class CurrentMediaItemPillarboxDataTrackerTest {
0 commit comments