public class SerializableRuleList extends RuleList implements SerializableTestRule
RuleList.| Modifier | Constructor and Description |
|---|---|
|
SerializableRuleList() |
protected |
SerializableRuleList(java.util.List<org.junit.rules.TestRule> rules) |
|
SerializableRuleList(org.junit.rules.TestRule rule) |
| Modifier and Type | Method and Description |
|---|---|
SerializableRuleList |
add(org.junit.rules.TestRule rule)
Adds a new
TestRule to the end of the current RuleList. |
protected java.util.List<org.junit.rules.TestRule> |
rules()
Returns a reference to the actual list of
TestRules. |
public SerializableRuleList()
public SerializableRuleList(org.junit.rules.TestRule rule)
protected SerializableRuleList(java.util.List<org.junit.rules.TestRule> rules)
public SerializableRuleList add(org.junit.rules.TestRule rule)
RuleListTestRule to the end of the current RuleList.