Package | Description |
---|---|
org.junit.rules |
Modifier and Type | Field and Description |
---|---|
private static RuleChain |
RuleChain.EMPTY_CHAIN |
Modifier and Type | Method and Description |
---|---|
RuleChain |
RuleChain.around(TestRule enclosedRule)
|
static RuleChain |
RuleChain.emptyRuleChain()
Returns a
RuleChain without a TestRule . |
static RuleChain |
RuleChain.outerRule(TestRule outerRule)
Returns a
RuleChain with a single TestRule . |