Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for androidTestImplementation (0.12 sec)

  1. regression-test/build.gradle.kts

        exclude("org.bouncycastle")
      }
      androidTestImplementation("com.squareup.okhttp3:mockwebserver:${okhttpLegacyVersion}")
      androidTestImplementation(libs.bouncycastle.bcprov)
      androidTestImplementation(libs.bouncycastle.bctls)
      androidTestImplementation(libs.androidx.junit)
      androidTestImplementation(libs.androidx.espresso.core)
      androidTestImplementation(libs.httpClient5)
      androidTestImplementation(libs.squareup.moshi)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Mar 17 15:11:24 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  2. android-test/build.gradle.kts

      androidTestImplementation(projects.mockwebserver3Junit4)
      androidTestImplementation(projects.mockwebserver3Junit5)
      androidTestImplementation(projects.okhttpBrotli)
      androidTestImplementation(projects.okhttpZstd)
      androidTestImplementation(projects.okhttpDnsoverhttps)
      androidTestImplementation(projects.loggingInterceptor)
      androidTestImplementation(projects.okhttpSse)
      androidTestImplementation(projects.okhttpTls)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Jul 29 20:01:04 UTC 2025
    - 3.8K bytes
    - Viewed (2)
  3. android-test-app/build.gradle.kts

    dependencies {
      implementation(libs.playservices.safetynet)
      implementation(projects.okhttp)
      implementation(libs.androidx.activity)
    
      androidTestImplementation(libs.androidx.junit)
      androidTestImplementation(libs.androidx.espresso.core)
      androidTestImplementation(libs.androidx.test.runner)
      androidTestImplementation(libs.assertk)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jul 19 12:35:48 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top