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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanReturns whether this condition supports check at class level.
-
Constructor Details
-
IgnoreWindows
public IgnoreWindows()
-
-
Method Details
-
shouldIgnore
public boolean shouldIgnore()- Specified by:
shouldIgnorein interfaceConditionalIgnoreRule.Condition
-
supportsClassRule
public boolean supportsClassRule()Description copied from interface:ConditionalIgnoreRule.ConditionReturns 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:
supportsClassRulein interfaceConditionalIgnoreRule.Condition
-