DirectoryEntries

class DirectoryEntries(val expected: String, val otherExpected: Array<out String>) : VarArgHelper<String> (source)

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

Since

0.14.0

Constructors

Link copied to clipboard
constructor(expected: String, otherExpected: Array<out String>)

Properties

Link copied to clipboard
open override val expected: String
Link copied to clipboard
Link copied to clipboard
open override val otherExpected: Array<out String>

Functions

Link copied to clipboard
open fun toList(): List<String>