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/03/20 18:11:00 UTC

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

Kirk Lund created GEODE-4900:
--------------------------------

             Summary: 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


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)