Listed

data class Listed(elements: List<String>) : ApplicationRule

Results in Mokkery being applied to all source sets with specified names.

Constructors

Link copied to clipboard
constructor(vararg elements: String)
constructor(elements: List<String>)

Functions

Link copied to clipboard
open override fun isApplicable(sourceSet: KotlinSourceSet): Boolean