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
8cccbcf4
authored
Jun 22, 2020
by
ibaker
Committed by
Andrew Lewis
Jun 23, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Migrate DefaultHttpDataSourceTest from Mockito to MockWebServer
PiperOrigin-RevId: 317636681
parent
0ff917ad
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
100 deletions
constants.gradle
library/core/build.gradle
library/core/src/test/java/com/google/android/exoplayer2/upstream/DefaultHttpDataSourceTest.java
constants.gradle
View file @
8cccbcf4
...
...
@@ -23,6 +23,7 @@ project.ext {
junitVersion
=
'4.13-rc-2'
guavaVersion
=
'27.1-android'
mockitoVersion
=
'2.25.0'
mockWebServerVersion
=
'3.12.0'
robolectricVersion
=
'4.4-SNAPSHOT'
checkerframeworkVersion
=
'2.5.0'
jsr305Version
=
'3.0.2'
...
...
library/core/build.gradle
View file @
8cccbcf4
...
...
@@ -66,6 +66,7 @@ dependencies {
exclude
module:
modulePrefix
.
substring
(
1
)
+
'library-core'
}
testImplementation
'com.google.guava:guava:'
+
guavaVersion
testImplementation
'com.squareup.okhttp3:mockwebserver:'
+
mockWebServerVersion
testImplementation
'org.robolectric:robolectric:'
+
robolectricVersion
testImplementation
project
(
modulePrefix
+
'testutils'
)
}
...
...
library/core/src/test/java/com/google/android/exoplayer2/upstream/DefaultHttpDataSourceTest.java
View file @
8cccbcf4
This diff is collapsed.
Click to expand it.
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