Package org.nuxeo.runtime.test.runner
Class ConditionalIgnoreRule.ConditionalIgnoreStatement
java.lang.Object
org.junit.runners.model.Statement
org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.ConditionalIgnoreStatement
- Enclosing class:
ConditionalIgnoreRule
protected class ConditionalIgnoreRule.ConditionalIgnoreStatement
extends org.junit.runners.model.Statement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.junit.runners.model.Statement
protected final List
<ConditionalIgnore> protected final org.junit.runner.Description
protected final ConditionalIgnoreRule.Ignore
Deprecated, for removal: This API element is subject to removal in a future version.protected final BiFunction
<Class<? extends ConditionalIgnoreRule.Condition>, String, String> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ConditionalIgnoreStatement
(org.junit.runners.model.Statement base, org.junit.runner.Description description, List<ConditionalIgnore> conditionalIgnores, ConditionalIgnoreRule.Ignore ignore, BiFunction<Class<? extends ConditionalIgnoreRule.Condition>, String, String> returnShouldIgnoreOrNull) -
Method Summary
-
Field Details
-
base
protected final org.junit.runners.model.Statement base -
description
protected final org.junit.runner.Description description -
conditionalIgnores
-
ignore
Deprecated, for removal: This API element is subject to removal in a future version. -
returnShouldIgnoreOrNull
protected final BiFunction<Class<? extends ConditionalIgnoreRule.Condition>,String, returnShouldIgnoreOrNullString>
-
-
Constructor Details
-
ConditionalIgnoreStatement
protected ConditionalIgnoreStatement(org.junit.runners.model.Statement base, org.junit.runner.Description description, List<ConditionalIgnore> conditionalIgnores, ConditionalIgnoreRule.Ignore ignore, BiFunction<Class<? extends ConditionalIgnoreRule.Condition>, String, String> returnShouldIgnoreOrNull)
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in classorg.junit.runners.model.Statement
- Throws:
Throwable
-