Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2039)

Unified Diff: content/shell/android/javatests/AndroidManifest.xml

Issue 2632043002: Create ContentShellActivityTestRule and BaseJUnitRunner (Closed)
Patch Set: Add Activity Test Rule Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/android/javatests/AndroidManifest.xml
diff --git a/content/shell/android/javatests/AndroidManifest.xml b/content/shell/android/javatests/AndroidManifest.xml
index 1f0780d0d48a62c2e243c93cd7deb24b15115f5b..48ad214eb28104277fd9dbf34195f22e88c0ffbe 100644
--- a/content/shell/android/javatests/AndroidManifest.xml
+++ b/content/shell/android/javatests/AndroidManifest.xml
@@ -16,6 +16,10 @@
<activity android:name="org.chromium.test.broker.OnDeviceInstrumentationBroker"
android:exported="true"/>
</application>
+
+ <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
+ android:targetPackage="org.chromium.content_shell_apk"
+ android:label="Android JUnit 4 runner" />
jbudorick 2017/01/18 15:10:08 This should be something like "JUnit4-based tests
the real yoland 2017/02/22 00:44:57 Done
<instrumentation android:name="org.chromium.base.test.BaseChromiumInstrumentationTestRunner"
android:targetPackage="org.chromium.content_shell_apk"
android:label="Tests for org.chromium.content_shell_apk"/>

Powered by Google App Engine
This is Rietveld 408576698