Refactor Espresso tests to use new AccountManager

This commit is contained in:
Torsten Grote
2018-07-30 16:00:13 -03:00
parent 6f7d0c6f77
commit 3ff6462899
11 changed files with 257 additions and 188 deletions

View File

@@ -1,5 +1,9 @@
app_package_name "org.briarproject.briar.android.screenshot.debug"
locales ['en-US']
use_tests_in_classes([
'org.briarproject.briar.android.login.SetupActivityTest',
'org.briarproject.briar.android.settings.SettingsActivityTest',
])
app_apk_path "build/outputs/apk/screenshot/debug/briar-android-screenshot-debug.apk"
tests_apk_path "build/outputs/apk/androidTest/screenshot/debug/briar-android-screenshot-debug-androidTest.apk"
test_instrumentation_runner "org.briarproject.briar.android.test.BriarTestRunner"