public class IgnoreContainer extends Object implements org.junit.rules.TestRule
public class IgnoreContainerTest {
@Rule
public IgnoreContainer rule = new IgnoreContainer("wildfly900", "wildfly820");
@Test
public void testFoo() throws Exception {
}
}
| Constructor and Description |
|---|
IgnoreContainer(String ignoreReason,
String... containers) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
Copyright © 2016 JBoss, by Red Hat. All rights reserved.