object PathMatchers extends PathMatchers
- Alphabetic
- By Inheritance
- PathMatchers
- PathMatchers
- PathBeHaveMatchers
- BeHaveMatchers
- PathBaseMatchers
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
PathResultMatcher extends AnyRef
- Definition Classes
- PathBeHaveMatchers
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
aDirectoryPath: PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
aFilePath: PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
aHiddenPath: PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
aReadablePath: PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
aWritablePath: PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
anAbsolutePath: PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
anExistingPath: PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
asAbsolutePath(name: String): PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
asCanonicalPath(name: String): PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
be: NeutralMatcher[Any]
- Definition Classes
- BeHaveMatchers
-
def
beADirectoryPath: PathMatcher
matches if new File(path).isDirectory
matches if new File(path).isDirectory
- Definition Classes
- PathBaseMatchers
-
def
beAFilePath: PathMatcher
matches if new File(path).isFile
matches if new File(path).isFile
- Definition Classes
- PathBaseMatchers
-
def
beAHiddenPath: PathMatcher
matches if new File(path).isHidden
matches if new File(path).isHidden
- Definition Classes
- PathBaseMatchers
-
def
beAReadablePath: PathMatcher
matches if new File(path).canRead
matches if new File(path).canRead
- Definition Classes
- PathBaseMatchers
-
def
beAWritablePath: PathMatcher
matches if new File(path).canWrite
matches if new File(path).canWrite
- Definition Classes
- PathBaseMatchers
-
def
beAnAbsolutePath: PathMatcher
matches if new File(path).isAbsolute
matches if new File(path).isAbsolute
- Definition Classes
- PathBaseMatchers
-
def
beAnExistingPath: PathMatcher
matches if new File(path).exists
matches if new File(path).exists
- Definition Classes
- PathBaseMatchers
-
def
beEqualToIgnoringSep(other: String): PathMatcher
matches if 2 paths are the same regardless of their separators
matches if 2 paths are the same regardless of their separators
- Definition Classes
- PathBaseMatchers
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equalToIgnoringSep(other: String): PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
have: NeutralMatcher[Any]
- Definition Classes
- BeHaveMatchers
-
def
haveAsAbsolutePath(path: String): PathMatcher
matches if new File(path).getAbsolutePath == absolutePath
matches if new File(path).getAbsolutePath == absolutePath
- Definition Classes
- PathBaseMatchers
-
def
haveAsCanonicalPath(path: String): PathMatcher
matches if new File(path).getCanonicalPath == canonicalPath
matches if new File(path).getCanonicalPath == canonicalPath
- Definition Classes
- PathBaseMatchers
-
def
haveParentPath(parent: String): PathMatcher
matches if new File(path).getParent == parent
matches if new File(path).getParent == parent
- Definition Classes
- PathBaseMatchers
-
def
havePathName(name: String): PathMatcher
matches if new File(path).getName == name
matches if new File(path).getName == name
- Definition Classes
- PathBaseMatchers
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listPaths(list: String*): PathMatcher
matches if new File(path).list == list(files)
matches if new File(path).list == list(files)
- Definition Classes
- PathBaseMatchers
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
not: NotMatcher[Any]
- Definition Classes
- BeHaveMatchers
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
parentPath(parent: String): PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
def
pathName(name: String): PathMatcher
- Definition Classes
- PathBeHaveMatchers
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
toPathResultMatcher(result: MatchResult[String]): PathResultMatcher
matcher aliases and implicits to use with be / have + matcher
matcher aliases and implicits to use with be / have + matcher
- Definition Classes
- PathBeHaveMatchers
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated