You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2018/04/09 17:11:00 UTC

[jira] [Updated] (GEODE-4900) RuleList ordering should match the order added to the List

     [ 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)