Uses of Class
org.junit.rules.RuleChain

Packages that use RuleChain
org.junit.rules   
 

Uses of RuleChain in org.junit.rules
 

Methods in org.junit.rules that return RuleChain
 RuleChain RuleChain.around(TestRule enclosedRule)
          Create a new RuleChain, which encloses the given TestRule 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–2020 JUnit. All rights reserved.