summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/feature/QueryRenderedFeaturesPropertiesTest.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-11/+6
|
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-211-24/+5
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-36/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - disable CI failing test (#7204)Tobrun2016-11-291-0/+2
|
* Add instrumentation tests for query rendered features (#7127)Tobrun2016-11-281-0/+75
* [android] - add tests for query rendered features * move initialising camera to xml