| Package | Description |
|---|---|
| org.junit.rules |
| Modifier and Type | Method and Description |
|---|---|
RuleChain |
RuleChain.around(TestRule enclosedRule)
|
static RuleChain |
RuleChain.emptyRuleChain()
Returns a
RuleChain without a TestRule. |
static RuleChain |
RuleChain.outerRule(TestRule outerRule)
Returns a
RuleChain with a single TestRule. |
Copyright © 2002–2020 JUnit. All rights reserved.