trait PathMatchers
The PathMatchers trait provides matchers which are applicable to strings representing paths
- Companion
- object
class Object
trait Matchable
class Any
trait FileMatchers
object FileMatchers
trait FilesContentMatchers
trait ContentMatchers
object ContentMatchers
object PathMatchers
Value members
Concrete methods
matches if 2 paths are the same regardless of their separators
matches if 2 paths are the same regardless of their separators
matches if new File(path).getAbsolutePath == absolutePath
matches if new File(path).getAbsolutePath == absolutePath
matches if new File(path).getCanonicalPath == canonicalPath
matches if new File(path).getCanonicalPath == canonicalPath