module
Analyzer::Kotlin::KotlinEngine
Defined in:
analyzer/engines/kotlin_engine.crClass Method Summary
-
.test_path?(path : String) : Bool
Standard Kotlin/JUnit/Gradle test-source conventions:
Class Method Detail
Standard Kotlin/JUnit/Gradle test-source conventions:
/src/test/— Maven/Gradle JVM test root/jvmTest//commonTest/— Gradle Kotlin Multiplatform test source sets/jsTest//nativeTest//test/anywhere under a Gradlekotlin { }source dir (KMP uses<target>/test/rather than thesrc/test/Maven layout)/testData/— Kotlin compiler-plugin fixture dir used byktor-compiler-plugin/testData/...- Filenames ending in
Test.kt/Tests.kt— JUnit/Kotest
ktor's own repo registers ~370 phantom endpoints from
ktor-client/...-tests/ modules and */jvm/test/... directories
that exercise the routing DSL under inline test servers.