toggle menu
Mokkery
2.6.1
jvm
switch theme
search in API
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