Uses of Class
org.junit.rules.RuleChain
-
Packages that use RuleChain Package Description org.junit.rules -
-
Uses of RuleChain in org.junit.rules
Fields in org.junit.rules declared as RuleChain Modifier and Type Field Description private static RuleChain
RuleChain. EMPTY_CHAIN
Methods in org.junit.rules that return RuleChain Modifier and Type Method Description RuleChain
RuleChain. around(TestRule enclosedRule)
Create a newRuleChain
, which encloses thenextRule
with the rules of the currentRuleChain
.static RuleChain
RuleChain. emptyRuleChain()
Returns aRuleChain
without aTestRule
.static RuleChain
RuleChain. outerRule(TestRule outerRule)
Returns aRuleChain
with a singleTestRule
.
-