kotest-assertions-core / io.kotest.matchers.file / java.nio.file.Path

Extensions for java.nio.file.Path

shouldNotStartWithPath

infix fun Path.shouldNotStartWithPath(path: Path): Unit

shouldStartWithPath

infix fun Path.shouldStartWithPath(path: Path): Unit