Package-level declarations

Contains parameter objects related to Path.

Types

Link copied to clipboard
class DirectoryEntries(val expected: String, val otherExpected: Array<out String>) : VarArgHelper<String>

Parameter object which collects directory entries (as Strings). Use the function directoryEntry(String, vararg String) to create this representation.

Link copied to clipboard
data class PathWithCreator<E>

Parameter object which combines a path (as String) with an assertionCreator which defines assertions for a resulting feature of type E.

Link copied to clipboard
data class PathWithEncoding

Parameter object which combines path (as Path) with a sourceCharset and targetCharset.