class DirectoryEntries : VarArgHelper<String>
Parameter object which collects directory entries (as Strings).
Use the function directoryEntry(String, vararg String)
to create this representation.
Since
0.14.0
DirectoryEntries(expected: String, otherExpected: Array<out String>)
Parameter object which collects directory entries (as Strings).
Use the function |
val expected: String
The first argument in the argument list |
|
val otherExpected: Array<out String>
The second argument in the argument list |
open val mapArguments: ArgumentMapperBuilder<T>
Creates an ArgumentMapperBuilder which allows to map expected and otherExpected. |
open fun toList(): List<T>
Returns the arguments as List. |