Package org.nuxeo.runtime.test.runner
Class ConditionalIgnoreRule.IgnoreWindows
java.lang.Object
org.nuxeo.runtime.test.runner.IgnoreIfWindows
org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.IgnoreWindows
- All Implemented Interfaces:
ConditionalIgnore.Condition
,ConditionalIgnoreRule.Condition
- Enclosing class:
ConditionalIgnoreRule
@Deprecated(since="2025.0",
forRemoval=true)
public static final class ConditionalIgnoreRule.IgnoreWindows
extends IgnoreIfWindows
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.nuxeo.runtime.test.runner.IgnoreIfWindows
needsRuntime, shouldIgnore
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.test.runner.ConditionalIgnore.Condition
supportsClassRule
-
Constructor Details
-
IgnoreWindows
public IgnoreWindows()Deprecated, for removal: This API element is subject to removal in a future version.
-
IgnoreIfWindows
instead