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 RuleChainRuleChain. EMPTY_CHAINMethods in org.junit.rules that return RuleChain Modifier and Type Method Description RuleChainRuleChain. around(TestRule enclosedRule)static RuleChainRuleChain. emptyRuleChain()Returns aRuleChainwithout aTestRule.static RuleChainRuleChain. outerRule(TestRule outerRule)Returns aRuleChainwith a singleTestRule.
-