OSDN Git Service

Location Unit tests
authortccyp <tccyp@google.com>
Wed, 15 Nov 2017 18:51:53 +0000 (10:51 -0800)
committertccyp <tccyp@google.com>
Fri, 17 Nov 2017 17:58:12 +0000 (09:58 -0800)
commit6cc7d8396fd25477887edbdc4a83547d5b5ecd2f
treef21d5ea7ed744208429dd27e6003984ed0c4e595
parent9d3458c5ff5f945a98ffc790dd60b7cd7c342a51
Location Unit tests

- Added the GnssStatus unit test
- Upgraded the runner to AndroidJunitRunner
- Removed the old non-working unit tests.

To run the tests, use any of this:
1. runtest frameworks-location
2. forrest test FrameworksLocationTests

Bug: 69375757
Test: runtest frameworks-location

Change-Id: Ia52a8ce51ab9334ad1b8dd1686303270ceca270b
location/Android.mk
location/tests/locationtests/Android.mk
location/tests/locationtests/AndroidManifest.xml
location/tests/locationtests/AndroidTest.xml [new file with mode: 0644]
location/tests/locationtests/src/android/location/GnssStatusTest.java [new file with mode: 0644]
location/tests/locationtests/src/android/location/GpsStatusTest.java [deleted file]
location/tests/locationtests/src/android/location/SatelliteInfo.java [new file with mode: 0644]