Skip to content

Commit f7caf32

Browse files
committed
feat: upgrade intrumented tests
- migrate Java tests to Kotlin - replace testutils dependency with the published com.mparticle.internal:mocking library - update Mock Server usage for new API
1 parent b03f210 commit f7caf32

File tree

123 files changed

+9511
-8219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+9511
-8219
lines changed

android-core/src/androidTest/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<application
1515
android:usesCleartextTraffic="true">
1616

17-
<activity android:exported="true" android:name=".WebViewActivity">
17+
<activity android:exported="true" android:name=".internal.MParticleJSInterfaceITest$WebViewActivity">
1818
<intent-filter>
1919
<action android:name="android.intent.action.MAIN" />
2020
<category android:name="android.intent.category.LAUNCHER" />

android-core/src/androidTest/java/com/mparticle/DataplanTest.java

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)