mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Robolectric uses the JRE HttpURLConnection [1], while real Android devices and emulators use OkHttp to implement HttpURLConnection. This can lead to important differences in behaviour, so it's better to use instrumentation tests when specific HTTP behaviour is important. [1] https://github.com/robolectric/robolectric/issues/6769#issuecomment-943556156 PiperOrigin-RevId: 408840295 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| proguard-rules.txt | ||
| README.md | ||
DataSource module
Provides a DataSource abstraction and a number of concrete implementations for
reading data from different sources. Application code will not normally need to
depend on this module directly.