Package | Description |
---|---|
org.junit.rules |
Modifier and Type | Method and Description |
---|---|
RuleChain |
RuleChain.around(TestRule enclosedRule)
Create a new
RuleChain , which encloses the nextRule with
the rules of the current RuleChain . |
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–2022 JUnit. All rights reserved.