Github user cardil commented on the pull request:

    https://github.com/apache/maven-surefire/pull/112#issuecomment-210342842
  
    @Tibor17 Yes. Actually, I started development in that way. For example: 
`-DrunOrder=random:123456`. But, that lead to some dirty code because 
`RunOrder` is a enum like class, and it's hard to store additional data there. 
I came up with specific classes to hold randomization and I figure out that it 
is pointless to make `RunOrder` responsible for two tasks (mode and seed). This 
is way I decided that additional parameter will be better solution. It's also 
slightly easier to pass your seed in that way.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to