[ 
https://issues.apache.org/jira/browse/GEODE-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk Lund updated GEODE-4900:
-----------------------------
    Priority: Trivial  (was: Major)

> RuleList ordering should match the order added to the List 
> -----------------------------------------------------------
>
>                 Key: GEODE-4900
>                 URL: https://issues.apache.org/jira/browse/GEODE-4900
>             Project: Geode
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Trivial
>
> If three rules are added:
> {noformat}
>     @Rule
>     public RuleList ruleList = new 
> RuleList().add(ruleOne).add(ruleTwo).add(ruleThree);
> {noformat}
> Then the ordering should match this:
> # starting ruleOne
> # starting ruleTwo
> # starting ruleThree
> # finished ruleThree
> # finished ruleTwo
> # finished ruleOne



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to