interface Keyword
Marker interface for keywords.
For instance, can be used to add a deprecated overload in case an assertion function accepts Any as argument type (see toBe).
object absolute : Keyword
A helper construct to allow expressing assertions about a path being absolute. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object aDirectory : Keyword
A helper construct to allow expressing assertions about a path being a directory. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object aRegularFile : Keyword
A helper construct to allow expressing assertions about a path being a regular file. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object blank : Keyword
Represents a helper construct which allows to express blankness. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object case : Keyword
Represents the pseudo keyword |
|
object empty : Keyword
Represents a helper construct which allows to express emptiness. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object entries : Keyword
Represents the pseudo keyword |
|
object executable : Keyword
A helper construct to allow expressing assertions about a path being executable. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object existing : Keyword
A helper construct to allow expressing assertions about path existence. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object group : Keyword
Represents the pseudo keyword |
|
object next : Keyword
Represents the pseudo keyword |
|
object noDuplicates : Keyword
A helper construct to allow expressing assertions about iterable contains no duplicates. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object o : Keyword
Represents a filler, a pseudo keyword where there isn't really a good keyword.
A reader should skip this filler without reading it. For instance, |
|
object only : Keyword
Represents the pseudo keyword |
|
object order : Keyword
Represents the pseudo keyword |
|
object present : Keyword
Represents a helper construct which allows to express presence. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object readable : Keyword
A helper construct to allow expressing assertions about a path being readable. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object relative : Keyword
A helper construct to allow expressing assertions about a path being relative. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |
|
object success : Keyword
Represents the pseudo keyword |
|
object writable : Keyword
A helper construct to allow expressing assertions about a path being writable. It can be used for a parameterless function so that it has one parameter and thus can be used as infix function. |