public class ConditionalIgnoreRule extends Object implements org.junit.rules.TestRule, org.junit.rules.MethodRule
Modifier and Type | Class and Description |
---|---|
static interface |
ConditionalIgnoreRule.Condition |
static class |
ConditionalIgnoreRule.Feature |
static interface |
ConditionalIgnoreRule.Ignore |
static class |
ConditionalIgnoreRule.IgnoreIsolated |
static class |
ConditionalIgnoreRule.IgnoreLongRunning |
static class |
ConditionalIgnoreRule.IgnoreWindows |
static class |
ConditionalIgnoreRule.NXP10926H2Upgrade |
Constructor and Description |
---|
ConditionalIgnoreRule() |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod frameworkMethod,
Object target) |
protected void |
injectCondition(Class<?> type,
Method method,
Object target,
ConditionalIgnoreRule.Condition condition) |
protected ConditionalIgnoreRule.Condition |
newCondition(Class<?> type,
Method method,
Object target,
Class<? extends ConditionalIgnoreRule.Condition> conditionType) |
public ConditionalIgnoreRule()
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
apply
in interface org.junit.rules.TestRule
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod frameworkMethod, Object target)
apply
in interface org.junit.rules.MethodRule
protected ConditionalIgnoreRule.Condition newCondition(Class<?> type, Method method, Object target, Class<? extends ConditionalIgnoreRule.Condition> conditionType) throws Error
Error
protected void injectCondition(Class<?> type, Method method, Object target, ConditionalIgnoreRule.Condition condition) throws SecurityException, Error
SecurityException
Error
Copyright © 2019 Nuxeo. All rights reserved.