12 lines
661 B
Markdown
12 lines
661 B
Markdown
|
# [Android Components](../../../README.md) > Tooling > Fetch tests
|
||
|
|
||
|
A generic test suite for components that implement [concept-fetch](../../concept/fetch/README.md).
|
||
|
|
||
|
All implementations of [concept-fetch](../../concept/fetch/README.md) are expected to pass this test suite. A shared test suite guarantees that the HTTP clients are "pluggable" and implementations behave similar enough so that every component can work with every HTTP client.
|
||
|
|
||
|
## License
|
||
|
|
||
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
file, You can obtain one at http://mozilla.org/MPL/2.0/
|