media/testutils
olly 5e822e160e FakeTrackOutput: Throw if sample size exceeds maxInputSize
This indicates the extractor has output a Format with a specified
maxInputSize that's too small. Failing in FakeTrackOutput ensures
this doesn't happen during Extractor tests.

PiperOrigin-RevId: 285776069
2019-12-18 19:27:59 +00:00
..
src FakeTrackOutput: Throw if sample size exceeds maxInputSize 2019-12-18 19:27:59 +00:00
build.gradle Update AndroidX Test versions to latest 2019-11-05 16:18:38 +00:00
README.md Publish test utils modules as release artificats. 2019-09-05 10:43:52 +01:00

ExoPlayer test utils

Provides utility classes for ExoPlayer unit and instrumentation tests.

  • Javadoc: Classes matching com.google.android.exoplayer2.testutil belong to this module.