Paul Hawke
1d8422b900
Fixed broken android (integration) test.
2017-12-08 15:38:27 -06:00
Paul Hawke
ce32505ca3
Created a Robolectric unit test replacement for the NearbyActivity test.
2017-11-29 21:29:09 -06:00
maskara
6d718c0028
Upload tests
2017-11-22 02:38:06 +05:30
Paul Hawke
1f1a2822e8
Moved 2 other tests over to use robolectric.
2017-08-26 21:05:41 -05:00
Paul Hawke
58013ef10c
Moved the test to use robolectric and updated it to be flavor aware.
2017-08-26 18:00:02 -05:00
Mikel
e9d77a0716
Use vector icons for nearby-map markers ( #786 )
2017-07-22 10:01:08 +09:00
Paul Hawke
2e4b25aa99
Changes pulled in from whym/apps-android-commons.
2017-07-17 19:21:40 -05:00
Yusuke Matsubara
d241d36d66
Add PageTitle class to canonicalize page names
2017-07-13 18:29:30 +09:00
Yusuke Matsubara
05e075556f
Use localized message in NearbyActivityTest
2017-06-14 22:27:25 +09:00
Tobias Schönberg
4dbf9d0858
Fix some tests
2017-05-28 19:21:45 +02:00
Tobias Schönberg
bc61f8d2ec
Code style
2017-05-26 23:00:54 +02:00
Tobias Schönberg
5574fa8b7c
Android studio import ordering
2017-05-26 22:45:12 +02:00
Tobias Schönberg
db5dbbfdfd
Fix crash of nearby list when the places list is null
...
Currently the NearbyController crashes when it is called with a
places list that is null. This is caused by the NearbyMapFragment
not handling this state correctly.
This commit adds tests for an empty list and null, which reproduce
the problem. An early return in the NearbyController can make
the tests pass, but might not be the best solution for this issue.
2017-05-24 22:15:38 +02:00
Yusuke Matsubara
28d73d2b96
Espresso: match with resource names in settings screen
...
Apparently this is more robust (especially for SDK version 25)
2017-05-21 21:38:35 +09:00
Tobias Schönberg
2f713baeb9
Code style: Order of imports
2017-05-17 20:40:24 +02:00
Tobias Schönberg
0f75bb58f9
Add nearby activity Espresso test
...
Currently the nearby activity is not included in the Espresso
tests.
This commit adds one test that checks if the activity loads
and the headline is displayed.
2017-05-17 19:07:37 +02:00
Adam Jones
75060d7875
Removing unused imports
2017-05-15 16:45:46 +01:00
Adam Jones
e5d7caf5f2
Update SettingsActivityTest to correctly pass test on LicenseSpinner
2017-05-10 23:15:15 +01:00
Yusuke Matsubara
46b54e7312
Remove redundant Espresso/Travis settings
2017-04-20 21:34:04 +09:00
Yusuke Matsubara
7a7e1e7fbb
Test license selection in Settings and run emulator on Travis
2017-04-19 20:33:59 +09:00