kotest-assertions-core / io.kotest.matchers.file / java.io.File / shouldNotStartWithPath

shouldNotStartWithPath

infix fun File.shouldNotStartWithPath(path: Path): Unit
infix fun File.shouldNotStartWithPath(prefix: String): Unit
infix fun File.shouldNotStartWithPath(file: File): Unit