core
Toggle table of contents
1.8.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
core
core
/
de.mannodermaus.junit5.condition
/
DisabledOnManufacturer
Disabled
On
Manufacturer
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
@
ExtendWith
(
value
=
[
DisabledOnManufacturerCondition::class
]
)
annotation class
DisabledOnManufacturer
(
val
value
:
Array
<
String
>
,
val
ignoreCase
:
Boolean
=
true
)
Members
Properties
ignore
Case
Link copied to clipboard
val
ignoreCase
:
Boolean
=
true
value
Link copied to clipboard
val
value
:
Array
<
String
>