Package org.nuxeo.runtime.test.runner
Annotation Interface ConditionalIgnoreRule.Ignore
- Enclosing class:
ConditionalIgnoreRule
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Deprecated(since="2025.0",
forRemoval=true)
public static @interface ConditionalIgnoreRule.Ignore
Deprecated, for removal: This API element is subject to removal in a future version.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends ConditionalIgnoreRule.Condition> Deprecated, for removal: This API element is subject to removal in a future version. -
Optional Element Summary
Optional Elements
-
Element Details
-
condition
Class<? extends ConditionalIgnoreRule.Condition> conditionDeprecated, for removal: This API element is subject to removal in a future version. -
cause
String causeDeprecated, for removal: This API element is subject to removal in a future version.Optional reason why the test is ignored, reported additionally to the condition class simple name.- Default:
""
-
ConditionalIgnore
instead