Skip to content

Commit

Permalink
feat: upgrade intrumented tests
Browse files Browse the repository at this point in the history
    - migrate Java tests to Kotlin
    - replace testutils dependency with the published com.mparticle.internal:mocking library
    - update Mock Server usage for new API
  • Loading branch information
willpassidomo committed Jul 29, 2022
1 parent fe71aa2 commit 8ef5def
Show file tree
Hide file tree
Showing 123 changed files with 9,511 additions and 8,219 deletions.
2 changes: 1 addition & 1 deletion android-core/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<application
android:usesCleartextTraffic="true">

<activity android:exported="true" android:name=".WebViewActivity">
<activity android:exported="true" android:name=".internal.MParticleJSInterfaceITest$WebViewActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
236 changes: 0 additions & 236 deletions android-core/src/androidTest/java/com/mparticle/DataplanTest.java

This file was deleted.

Loading

0 comments on commit 8ef5def

Please sign in to comment.