TestkitExistingFile

class TestkitExistingFile(name: String) : Convertable<ExistingFile> (source)

Represents an existing file, mirroring the ExistingFile of the core module.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Represents the content of the file.

Link copied to clipboard

Represents the regex list of the content.

Link copied to clipboard
var permissions: List<Permission>

Represents the permissions list of the file.

Functions

Link copied to clipboard
open override fun convert(): ExistingFile

Converts the object into the other object.