
public class ContainerClassRulesFilter extends Object implements JUnitClassRulesFilter
| Constructor and Description |
|---|
ContainerClassRulesFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<org.junit.rules.TestRule> |
filter(List<org.junit.rules.TestRule> scannedRules)
No @ClassRule should be executed inside of a container since the state between @Test is not kept there.
|
public List<org.junit.rules.TestRule> filter(List<org.junit.rules.TestRule> scannedRules)
filter in interface JUnitClassRulesFilterCopyright © 2020 JBoss by Red Hat. All rights reserved.