Commit graph

9 commits

Author SHA1 Message Date
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