This module adds support for testing the media
module to test-utils
Installing
The library is available on Maven Central. You can import Kaluga Test Utils Media as follows:
repositories {
// ...
mavenCentral()
}
// ...
dependencies {
// ...
implementation("com.splendo.kaluga:test-utils-media:$kalugaVersion")
}
Mocks
Check out the full documentation
This library contains mock classes for MediaPlayer
, MediaManager
,BaseMediaManager
, VolumeController
, MediaSurfaceController
, PlayableMedia
, MediaSurfaceProvider
, PlaybackState
, and BasePlaybackStateRepo
.