Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6d7997e7
authored
Nov 18, 2020
by
ibaker
Committed by
Ian Baker
Nov 18, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Move DataSourceContractTest to the testutil package
PiperOrigin-RevId: 343096974
parent
f13ffb43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
library/core/src/test/java/com/google/android/exoplayer2/upstream/FileDataSourceContractTest.java
testutils/src/main/java/com/google/android/exoplayer2/upstream/DataSourceContractTest.java → testutils/src/main/java/com/google/android/exoplayer2/testutil/DataSourceContractTest.java
library/core/src/test/java/com/google/android/exoplayer2/upstream/FileDataSourceContractTest.java
View file @
6d7997e7
...
@@ -17,6 +17,7 @@ package com.google.android.exoplayer2.upstream;
...
@@ -17,6 +17,7 @@ package com.google.android.exoplayer2.upstream;
import
android.net.Uri
;
import
android.net.Uri
;
import
androidx.test.ext.junit.runners.AndroidJUnit4
;
import
androidx.test.ext.junit.runners.AndroidJUnit4
;
import
com.google.android.exoplayer2.testutil.DataSourceContractTest
;
import
com.google.android.exoplayer2.testutil.TestUtil
;
import
com.google.android.exoplayer2.testutil.TestUtil
;
import
com.google.common.collect.ImmutableList
;
import
com.google.common.collect.ImmutableList
;
import
java.io.File
;
import
java.io.File
;
...
...
testutils/src/main/java/com/google/android/exoplayer2/
upstream
/DataSourceContractTest.java
→
testutils/src/main/java/com/google/android/exoplayer2/
testutil
/DataSourceContractTest.java
View file @
6d7997e7
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
package
com
.
google
.
android
.
exoplayer2
.
upstream
;
package
com
.
google
.
android
.
exoplayer2
.
testutil
;
import
static
com
.
google
.
android
.
exoplayer2
.
util
.
Assertions
.
checkNotNull
;
import
static
com
.
google
.
android
.
exoplayer2
.
util
.
Assertions
.
checkNotNull
;
import
static
com
.
google
.
common
.
truth
.
Truth
.
assertWithMessage
;
import
static
com
.
google
.
common
.
truth
.
Truth
.
assertWithMessage
;
...
@@ -22,6 +22,8 @@ import static org.junit.Assert.assertThrows;
...
@@ -22,6 +22,8 @@ import static org.junit.Assert.assertThrows;
import
android.net.Uri
;
import
android.net.Uri
;
import
androidx.annotation.Nullable
;
import
androidx.annotation.Nullable
;
import
com.google.android.exoplayer2.C
;
import
com.google.android.exoplayer2.C
;
import
com.google.android.exoplayer2.upstream.DataSource
;
import
com.google.android.exoplayer2.upstream.DataSpec
;
import
com.google.android.exoplayer2.util.Assertions
;
import
com.google.android.exoplayer2.util.Assertions
;
import
com.google.android.exoplayer2.util.Util
;
import
com.google.android.exoplayer2.util.Util
;
import
com.google.common.collect.ImmutableList
;
import
com.google.common.collect.ImmutableList
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment