Home
last modified time | relevance | path

Searched defs:testClasspath (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/test/
DJsProjectTest.kt45 fun testClasspath() { in testPluginApplication() method
DJvmProjectTest.kt46 fun testClasspath() { in testPluginApplication() method in kotlinx.atomicfu.plugin.gradle.test.JvmLegacyTransformationTest
DMppProjectTest.kt47 fun testClasspath() { in testPluginApplication() method in kotlinx.atomicfu.plugin.gradle.test.MppLegacyTransformationTest
/external/testng/src/main/java/org/testng/internal/
DPackageUtils.java152 String testClasspath = System.getProperty(TestNG.TEST_CLASSPATH); in getTestClasspath() local