doc / ch.tutteli.atrium.api.infix.en_GB.creating.path

Package ch.tutteli.atrium.api.infix.en_GB.creating.path

Contains parameter objects related to Path.

Types

DirectoryEntries

class DirectoryEntries : VarArgHelper<String>

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

PathWithCreator

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.

PathWithEncoding

data class PathWithEncoding

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