Class RuleChainFactory
java.lang.Object
com.atlassian.bamboo.testutils.junit.rule.RuleChainFactory
Creates a Rule Chain from a collection of rules.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.junit.rules.RuleChain
ruleChainOuterToInner
(List<org.junit.rules.TestRule> rules)
-
Constructor Details
-
RuleChainFactory
public RuleChainFactory()
-
-
Method Details
-
ruleChainOuterToInner
-