core
Toggle table of contents
1.8.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
core
core
/
de.mannodermaus.junit5.condition
/
EnabledIfBuildConfigValue
Enabled
If
Build
Config
Value
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
@
ExtendWith
(
value
=
[
EnabledIfBuildConfigValueCondition::class
]
)
annotation class
EnabledIfBuildConfigValue
(
val
named
:
String
,
val
matches
:
String
)
Members
Properties
matches
Link copied to clipboard
val
matches
:
String
named
Link copied to clipboard
val
named
:
String