TestkitFolders

open class TestkitFolders @Inject constructor(objects: ObjectFactory) : Serializable(source)

Represents the folders containing the tests files.

Constructors

Link copied to clipboard
@Inject
constructor(objects: ObjectFactory)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Adds a new generic folder.

Link copied to clipboard

Adds a new folder, that has to be a subfolder of the target project.

Link copied to clipboard
fun subFoldersOf(path: String)

Adds all the sub-folders starting from a generic folder.

Link copied to clipboard

Adds all the sub-folders, that have to exist in the target project.

Link copied to clipboard

Automatically adds the project folder with the default main path ('src/main/resources').

Link copied to clipboard

Automatically adds the project folder with the default test path ('src/test/resources').