MatchesName

data class MatchesName(val regex: Regex) : ApplicationRule

Results in Mokkery being applied to all source sets matching regex.

Constructors

Link copied to clipboard
constructor(regex: Regex)

Properties

Link copied to clipboard

Functions

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