Searched refs:RuleChain (Results 1 – 8 of 8) sorted by relevance
58 public class RuleChain implements TestRule { class59 private static final RuleChain EMPTY_CHAIN = new RuleChain(70 public static RuleChain emptyRuleChain() { in emptyRuleChain()81 public static RuleChain outerRule(TestRule outerRule) { in outerRule()85 private RuleChain(List<TestRule> rules) { in RuleChain() method in RuleChain97 public RuleChain around(TestRule enclosedRule) { in around()104 return new RuleChain(rulesOfNewChain); in around()
44 class RuleChain; variable179 RuleChain *currentChain;370 class RuleChain : public UMemory {373 RuleChain *fNext = nullptr;382 RuleChain() = default;383 RuleChain(const RuleChain& other);384 virtual ~RuleChain();394 PluralKeywordEnumeration(RuleChain *header, UErrorCode& status);
128 mRules = new RuleChain(*other.mRules); in operator =()488 RuleChain *rc = rulesForKeyword(keyword); in getSamples()513 RuleChain *rc = rulesForKeyword(keyword); in getSamples()525 RuleChain *PluralRules::rulesForKeyword(const UnicodeString &keyword) const { in rulesForKeyword()526 RuleChain *rc; in rulesForKeyword()715 RuleChain *newChain = new RuleChain; in parse()726 RuleChain *insertAfter = prules->mRules; in parse()1033 RuleChain::RuleChain(const RuleChain& other) : in RuleChain() function in RuleChain1052 this->fNext = new RuleChain(*other.fNext); in RuleChain()1063 RuleChain::~RuleChain() { in ~RuleChain()[all …]
8 import org.junit.rules.RuleChain;18 @Rule public RuleChain chain = RuleChain.outerRule(expectedException).around(rule);
50 class RuleChain; variable571 RuleChain *mRules;578 RuleChain *rulesForKeyword(const UnicodeString &keyword) const;
19 ): RuleChain = in TestFailureValidation()20 RuleChain in TestFailureValidation()