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

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

Issue 2632043002: Create ContentShellActivityTestRule and BaseJUnitRunner (Closed)
Patch Set: Make apis public and change year Created 3 years, 10 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..9da5d2bbb48ddc69c79455be2245f2cebeb17201 100644
--- a/content/shell/android/javatests/AndroidManifest.xml
+++ b/content/shell/android/javatests/AndroidManifest.xml
@@ -16,6 +16,11 @@
<activity android:name="org.chromium.test.broker.OnDeviceInstrumentationBroker"
android:exported="true"/>
</application>
+
+ <instrumentation android:name="org.chromium.base.test.BaseJUnitRunner"
+ android:targetPackage="org.chromium.content_shell_apk"
+ chromium-junit4="true"
+ android:label="JUnit4-based tests for org.chromium.content_shell_apk" />
<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