mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-22 15:49:53 +01:00
First prototype of Espresso test infrastructure with automatic screenshoting
This commit is contained in:
15
briar-android/proguard-test.txt
Normal file
15
briar-android/proguard-test.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
-dontwarn android.test.**
|
||||
-dontwarn android.support.test.**
|
||||
-dontnote android.support.test.**
|
||||
-dontwarn com.googlecode.eyesfree.compat.CompatUtils
|
||||
|
||||
-keep class org.xmlpull.v1.** { *; }
|
||||
-dontwarn org.xmlpull.v1.**
|
||||
|
||||
-keep class org.junit.** { *; }
|
||||
-dontwarn org.junit.**
|
||||
|
||||
-keep class junit.** { *; }
|
||||
-dontwarn junit.**
|
||||
|
||||
-dontwarn org.briarproject.briar.android.BriarTestApplication
|
||||
Reference in New Issue
Block a user