diff options
author | Tobrun <tobrun@mapbox.com> | 2016-01-06 15:15:19 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2016-01-12 12:40:58 +0100 |
commit | 3e4c1bd5341ec46aedd195c2e2b575e030b30e0a (patch) | |
tree | 5f0121ae9d9cd337198656582ebf58b217259844 /platform/android/tests/README.md | |
parent | 71edb38cf10bde4180e5e4c65ea229c80ee680eb (diff) | |
download | qtlocation-mapboxgl-3e4c1bd5341ec46aedd195c2e2b575e030b30e0a.tar.gz |
[android] #3447 - initial commit to verify current progress
Diffstat (limited to 'platform/android/tests/README.md')
-rw-r--r-- | platform/android/tests/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/tests/README.md b/platform/android/tests/README.md new file mode 100644 index 0000000000..69e75b693b --- /dev/null +++ b/platform/android/tests/README.md @@ -0,0 +1,9 @@ +# Mapbox GL Android Test documentation + +## Testing +We currently support the following types of testing on the Mapbox Android SDK: + + - [Unit tests](https://github.com/mapbox/mapbox-gl-native/blob/3447-Add-test-documentation/platform/android/tests/docs/UNIT_TESTS.md) using [JUnit](http://developer.android.com/tools/testing-support-library/index.html#AndroidJUnitRunner) + - [UI tests](https://github.com/mapbox/mapbox-gl-native/blob/3447-Add-test-documentation/platform/android/tests/docs/UI_TESTS.md) using [Espresso](http://developer.android.com/tools/testing-support-library/index.html#Espresso) + - [Exerciser](https://github.com/mapbox/mapbox-gl-native/blob/3447-Add-test-documentation/platform/android/tests/docs/EXERCISER_TESTS.md) tests using [Monkey](http://developer.android.com/tools/help/monkey.html) or [Build-in Fuzz test](http://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-built-in-fuzz.html) + - [Performance tests](https://github.com/mapbox/mapbox-gl-native/blob/3447-Add-test-documentation/platform/android/tests/docs/PERFORMANCE_TESTS.md) using [Systrace](https://codelabs.developers.google.com/codelabs/android-perf-testing/index.html?index=..%2F..%2Fbabbq-2015&viewga=UA-68632703-1#0) |