public class ConditionalIgnoreRule extends Object implements org.junit.rules.MethodRule, org.junit.rules.TestRule
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.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 method,
Object fixtureTarget) |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object fixtureTarget)
apply
in interface org.junit.rules.MethodRule
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
Copyright © 2015 Nuxeo SA. All rights reserved.