Mokkery
Toggle table of contents
2.7.1
jvm
Platform filter
jvm
Switch theme
Search in API
Mokkery
mokkery-gradle
/
dev.mokkery.gradle
/
ApplicationRule
/
MatchesName
Matches
Name
data
class
MatchesName
(
val
regex
:
Regex
)
:
ApplicationRule
Results in Mokkery being applied to all source sets matching
regex
.
Members
Constructors
Matches
Name
Link copied to clipboard
constructor
(
regex
:
Regex
)
Properties
regex
Link copied to clipboard
val
regex
:
Regex
Functions
is
Applicable
Link copied to clipboard
open
override
fun
isApplicable
(
sourceSet
:
KotlinSourceSet
)
:
Boolean