media/testutils/src/main/java/com/google/android/exoplayer2/testutil
tonihei 174d99481a Remove opt-out for suppressing wrong thread usage error.
Enforcing the correct thread usage has been enabled since 2.13.0.
Opting-out of this enforement is dangerous as it can hide very hard
to debug bugs.

PiperOrigin-RevId: 424815808
2022-01-28 14:33:43 +00:00
..
truth Remove resolved TODO 2021-10-26 13:55:56 +01:00
Action.java Shorten log tags to 23 char limit 2021-12-06 13:05:45 +00:00
ActionSchedule.java Shorten log tags to 23 char limit 2021-12-06 13:05:45 +00:00
AdditionalFailureInfo.java Fix javadoc consistency 2021-09-14 11:56:45 +01:00
AssetContentProvider.java Move test asset ContentProvider to testutil 2021-10-13 20:11:02 +01:00
CacheAsserts.java Move DataSource utils into a DataSourceUtil class 2021-10-18 15:25:43 +01:00
CapturingAudioSink.java Rollback of fa6e01312b 2020-11-18 18:40:22 +00:00
CapturingRenderersFactory.java Remove Transformer-specific things from MediaCodecAdapter. 2022-01-14 14:58:40 +00:00
DataSourceContractTest.java Remove null keys from DefaultHttpDataSource#getResponseHeaders 2021-11-18 13:17:40 +00:00
DecoderCountersUtil.java Make DecoderCountersUtil error message clearer 2021-12-13 12:21:09 +00:00
DefaultRenderersFactoryAsserts.java Add open @IntDef for track types 2021-09-06 15:04:47 +01:00
DownloadBuilder.java Rollback of fa6e01312b 2020-11-18 18:40:22 +00:00
DummyMainThread.java Use static imports for methods that make sense without their class name 2020-07-27 23:59:52 +01:00
DumpableFormat.java Add ColorInfo to extractor tests' format serialization 2021-05-27 10:43:36 +01:00
Dumper.java Format Java source files 2021-05-06 13:32:25 +01:00
DumpFileAsserts.java Add ABR unit tests 2021-02-09 13:59:49 +00:00
ExoHostedTest.java Shorten log tags to 23 char limit 2021-12-06 13:05:45 +00:00
ExoPlayerTestRunner.java Migrate usages of Window-based Player methods 2021-11-02 12:08:18 +00:00
ExtractorAsserts.java Format Java source files 2021-05-06 13:32:25 +01:00
FailOnCloseDataSink.java Fix CacheWriter to handle potential DataSink write failures 2021-02-23 15:06:38 +00:00
FakeAdaptiveDataSet.java Format Java source files 2021-05-06 13:32:25 +01:00
FakeAdaptiveMediaPeriod.java Make getFallbackSelection nullable to indicate disabling of exclusion 2021-07-27 12:14:04 +01:00
FakeAdaptiveMediaSource.java Re-format some javadoc 2021-04-21 18:46:00 +01:00
FakeAudioRenderer.java Fix audio session ID generation 2021-01-13 00:03:16 +00:00
FakeChunkSource.java Change signature of ChunkSource.onChunkLoadError 2021-06-30 13:26:32 +01:00
FakeClock.java Format Java source files 2021-05-06 13:32:25 +01:00
FakeCryptoConfig.java DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
FakeDataSet.java Format Java source files 2021-05-06 13:32:25 +01:00
FakeDataSource.java Merge pull request #9536 from TiVo:p-fix-issue-2882 2021-11-26 14:41:45 +00:00
FakeExoMediaDrm.java Enforce valid key responses in FakeExoMediaDrm 2021-08-27 16:39:47 +01:00
FakeExtractorInput.java Fix parameter names on overridden methods 2021-07-28 09:15:29 +01:00
FakeExtractorOutput.java Format Java source files 2021-05-06 13:32:25 +01:00
FakeMediaChunk.java Add open @IntDef for track selection reasons. 2021-09-07 17:42:30 +01:00
FakeMediaChunkIterator.java Replace fully qualified link annotation 2021-08-26 11:09:06 +01:00
FakeMediaClockRenderer.java Change FakeRenderer to take a track type instead of a list of formats 2020-03-19 00:49:10 +00:00
FakeMediaPeriod.java Replace non-inclusively named constant 2021-01-25 17:38:26 +00:00
FakeMediaSource.java Move DrmSessionManager initial player setup to its own method. 2021-11-19 14:15:03 +00:00
FakeMediaSourceFactory.java Add MediaSource.Factory and deprecate MediaSourceFactory 2022-01-04 12:51:47 +00:00
FakeMetadataEntry.java Remove dependency from common tests to exoplayer 2021-11-01 09:54:23 +00:00
FakeRenderer.java Reset only renderers that have been enabled 2021-09-16 12:11:02 +01:00
FakeSampleStream.java Move DrmSessionManager initial player setup to its own method. 2021-11-19 14:15:03 +00:00
FakeShuffleOrder.java Merge robolectric_testutils into testutils. 2019-08-09 18:36:32 +01:00
FakeTimeline.java Migrate callers of deprecated C.java methods to Util.java 2021-10-29 11:31:50 +01:00
FakeTrackOutput.java Fix moving of DataReader 2021-10-18 16:24:57 +01:00
FakeTrackSelection.java Fix parameter names on overridden methods 2021-07-28 09:15:29 +01:00
FakeTrackSelector.java Split mutations method out of TrackSelection 2021-01-25 15:37:38 +00:00
FakeVideoRenderer.java Add open @IntDef for Renderer message types. 2021-09-07 17:52:40 +01:00
HostActivity.java Format Java source files 2021-05-06 13:32:25 +01:00
HttpDataSourceTestEnv.java Add BandaidHttpDataSourceContractTest 2021-03-02 17:02:45 +00:00
MediaPeriodAsserts.java Split mutations method out of TrackSelection 2021-01-25 15:37:38 +00:00
MediaSourceTestRunner.java Plumb PlayerId to MediaSource. 2021-11-11 10:49:35 +00:00
NoUidTimeline.java Migrate ExoPlayerTest.playEmptyTimeline to TestExoPlayer 2020-08-01 12:54:33 +01:00
package-info.java More nullness fixes in testutil 2020-02-03 14:45:22 +00:00
StubExoPlayer.java Remove opt-out for suppressing wrong thread usage error. 2022-01-28 14:33:43 +00:00
StubPlayer.java Remove dependency from common tests to exoplayer 2021-11-01 09:54:23 +00:00
TestExoPlayerBuilder.java Add MediaSource.Factory and deprecate MediaSourceFactory 2022-01-04 12:51:47 +00:00
TestUtil.java Move DataSource utils into a DataSourceUtil class 2021-10-18 15:25:43 +01:00
TimelineAsserts.java Migrate usages of MediaItem.PlaybackProperties to LocalConfiguration 2021-09-28 16:35:31 +01:00
WebServerDispatcher.java Fix header name in WebServerDispatcher used for testing 2021-11-11 10:45:10 +00:00