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 Constructor Description IgnoreWindows()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldIgnore()
boolean
supportsClassRule()
Returns whether this condition supports check at class level.
-
-
-
Method Detail
-
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
-
-