Package org.nuxeo.runtime.test.runner
Class ConditionalIgnoreRule.IgnoreWindows
java.lang.Object
org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.IgnoreWindows
- All Implemented Interfaces:
ConditionalIgnoreRule.Condition
- Enclosing class:
- ConditionalIgnoreRule
public static final class ConditionalIgnoreRule.IgnoreWindows
extends Object
implements ConditionalIgnoreRule.Condition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Returns whether this condition supports check at class level.
-
Constructor Details
-
IgnoreWindows
public IgnoreWindows()
-
-
Method Details
-
shouldIgnore
public boolean shouldIgnore()- Specified by:
shouldIgnore
in interfaceConditionalIgnoreRule.Condition
-
supportsClassRule
public boolean supportsClassRule()Description copied from interface:ConditionalIgnoreRule.Condition
Returns whether this condition supports check at class level. Note: A condition supporting the class rule behavior will be called before theFeaturesRunner.BeforeClassStatement
, at this moment Nuxeo Runtime is not fully initialized and injection is not performed yet.By default, conditions don't support it in order to keep backward compatibility.
- Specified by:
supportsClassRule
in interfaceConditionalIgnoreRule.Condition
-