media/testutils/src/main/java/com/google/android/exoplayer2/testutil
tonihei 5bd5af8c60 Replace canStop with blockUntilEnded in HostedActiviy.
The canStop method gets called every second in a seperate thread until the
test can be stopped. Replacing it with blockUntilEnded forwards the
responsibility to stop to the test itself which has better control over the
stop condition.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=163343824
2017-07-31 21:06:11 +01:00
..
Action.java Extend ActionSchedule with new actions. 2017-07-31 20:46:35 +01:00
ActionSchedule.java Extend ActionSchedule with new actions. 2017-07-31 20:46:35 +01:00
CacheAsserts.java Move FakeDataSet to seperate class. 2017-07-17 23:07:38 +01:00
DebugRenderersFactory.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
DecoderCountersUtil.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
Dumper.java Sanitize constants 2016-08-31 15:25:18 +01:00
ExoHostedTest.java Replace canStop with blockUntilEnded in HostedActiviy. 2017-07-31 21:06:11 +01:00
ExoPlayerTestRunner.java Clean up test runner for ExoPlayer tests. 2017-07-31 20:54:18 +01:00
ExtractorAsserts.java Move Extractor test assertion methods to ExtractorAsserts class. 2017-07-05 15:02:39 +01:00
FakeAdaptiveDataSet.java Fix chunk count bug in FakeAdaptiveDataSet. 2017-07-19 14:02:24 +01:00
FakeAdaptiveMediaPeriod.java Add fake adaptive media period. 2017-07-31 20:43:51 +01:00
FakeAdaptiveMediaSource.java Add fake adaptive media source. 2017-07-31 20:45:08 +01:00
FakeChunkSource.java Add fake chunk source. 2017-07-19 14:11:51 +01:00
FakeClock.java Extend Clock interface with sleep method and add FakeClock. 2017-07-19 14:06:18 +01:00
FakeDataSet.java Add unit test for FakeDataSource. 2017-07-31 21:03:36 +01:00
FakeDataSource.java Add unit test for FakeDataSource. 2017-07-31 21:03:36 +01:00
FakeExtractorInput.java Clean up MP3 synchronization and fix handling < 4 frames. 2016-09-16 18:52:42 +01:00
FakeExtractorOutput.java Propagate track type through ExtractorOutput.track 2017-02-15 16:49:47 +00:00
FakeMediaClockRenderer.java Allow multiple Formats per TrackGroup in testutil fake classes. 2017-07-17 23:08:52 +01:00
FakeMediaPeriod.java Add fake adaptive media period. 2017-07-31 20:43:51 +01:00
FakeMediaSource.java Add fake adaptive media source. 2017-07-31 20:45:08 +01:00
FakeRenderer.java Make isReady of FakeRenderer more realistic. 2017-07-19 14:04:58 +01:00
FakeSampleStream.java Move fake ExoPlayer component test classes to testutils. 2017-06-30 16:49:59 +01:00
FakeTimeline.java Merge TimelineAsserts.FakeTimeline into FakeTimeline. 2017-07-05 15:02:39 +01:00
FakeTrackOutput.java Introduce CryptoData parameter object 2017-05-11 05:53:20 +01:00
HostActivity.java Replace canStop with blockUntilEnded in HostedActiviy. 2017-07-31 21:06:11 +01:00
LogcatMetricsLogger.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
MetricsLogger.java Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00
TestUtil.java Move Extractor test assertion methods to ExtractorAsserts class. 2017-07-05 15:02:39 +01:00
TimelineAsserts.java Switch to non-deprecated player constants 2017-07-21 11:20:07 +01:00