Home
last modified time | relevance | path

Searched refs:INSTRUMENTATION_RUNNER (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
DSupportAndroidTestAppPlugin.kt19 import androidx.build.SupportConfig.INSTRUMENTATION_RUNNER
61 application.defaultConfig.testInstrumentationRunner = INSTRUMENTATION_RUNNER in apply()
DSupportConfig.kt25 const val INSTRUMENTATION_RUNNER = "android.support.test.runner.AndroidJUnitRunner" constant
DSupportAndroidLibraryPlugin.kt19 import androidx.build.SupportConfig.INSTRUMENTATION_RUNNER in <lambda>()
128 library.defaultConfig.testInstrumentationRunner = INSTRUMENTATION_RUNNER in <lambda>()