Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
For #3893 - Moving WebserverRule to support-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketsroger authored and csadilek committed Aug 8, 2019
1 parent c257ffb commit cc3cdea
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions components/support/android-test/build.gradle
Expand Up @@ -36,6 +36,7 @@ dependencies {
implementation Dependencies.androidx_espresso_core
implementation Dependencies.androidx_test_core
implementation Dependencies.testing_leakcanary
implementation Dependencies.testing_mockwebserver
}

apply from: '../../../publish.gradle'
Expand Down
Expand Up @@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package mozilla.components.support.test.rules
package mozilla.components.support.android.test.rules

import android.os.Handler
import android.os.Looper
Expand Down
1 change: 0 additions & 1 deletion components/support/test/build.gradle
Expand Up @@ -35,7 +35,6 @@ dependencies {
implementation Dependencies.kotlin_coroutines

implementation Dependencies.androidx_test_junit
implementation Dependencies.testing_mockwebserver
implementation Dependencies.testing_mockito
implementation (Dependencies.testing_robolectric) {
exclude group: 'org.apache.maven'
Expand Down
2 changes: 0 additions & 2 deletions samples/browser/build.gradle
Expand Up @@ -173,8 +173,6 @@ dependencies {
implementation Dependencies.androidx_core_ktx
implementation Dependencies.androidx_constraintlayout

testImplementation project(':support-test')

androidTestImplementation project(':support-android-test')
androidTestImplementation Dependencies.androidx_test_core
androidTestImplementation Dependencies.androidx_test_runner
Expand Down
Expand Up @@ -20,7 +20,7 @@ import androidx.test.rule.ActivityTestRule
import androidx.test.uiautomator.UiDevice
import androidx.test.uiautomator.UiSelector
import mozilla.components.support.android.test.leaks.LeakDetectionRule
import mozilla.components.support.test.rules.WebserverRule
import mozilla.components.support.android.test.rules.WebserverRule
import org.junit.Assert.assertTrue
import org.junit.Rule
import org.junit.Test
Expand Down

0 comments on commit cc3cdea

Please sign in to comment.