Re: Re: extension request on org.junit.internal.MethodSorter
David Saff <[email protected]> Thu, 17 Apr 2014 18:27:47 -0400
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <CALrw-Pwxi2T30jtb5rBTU+iBAuF1qHDv_3CAW698K-hjFRvS0Q@mail.gmail.com> |
Makes sense to me, thanks. On Wed, Apr 16, 2014 at 9:44 PM, <[email protected]> wrote: > > > An idea about how to arrange sorting when the runner is built with a sort > request. > So if a user specifies a sorting method using a request, then the method > will have the highest priority. That means it will override the sorting > method defined by @SortWith annotation. Otherwise the sorting method will > be implemented according to what defined in the @SortWith annotation. > > Cheers, > Sien > >