Sebastian Schuberth
07/31/2025, 4:10 PMCaused by: java.lang.IllegalStateException: Could not locate a primary constructor for java.io.File
at io.kotest.property.arbitrary.JvmbindKt.forClassUsingConstructor(jvmbind.kt:104)
at io.kotest.property.arbitrary.TargetDefaultForClassNameKt.targetDefaultForType(targetDefaultForClassName.kt:100)
at io.kotest.property.arbitrary.JvmbindKt.forType(jvmbind.kt:150)
at io.kotest.property.arbitrary.JvmbindKt.arbForParameter(jvmbind.kt:136)
with Kotest 5.9.1? Looks like there is an Arb implementation for File
...Sebastian Schuberth
07/31/2025, 4:14 PMSebastian Schuberth
07/31/2025, 4:17 PMSebastian Schuberth
07/31/2025, 4:20 PM