core
Toggle table of contents
1.8.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
core
core
/
de.mannodermaus.junit5.condition
/
DisabledOnSdkVersion
Disabled
On
Sdk
Version
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
@
ExtendWith
(
value
=
[
DisabledOnSdkVersionCondition::class
]
)
annotation class
DisabledOnSdkVersion
(
@
IntRange
(
from
=
26
)
val
from
:
Int
=
NOT_SET
,
@
IntRange
(
from
=
26
)
val
until
:
Int
=
NOT_SET
)
Members
Properties
from
Link copied to clipboard
val
from
:
Int
until
Link copied to clipboard
val
until
:
Int