163164165166167168169
* * @param comparator definition of the order of the tests in this Request * @return a Request with ordered Tests */ public Request sortWith(Comparator<Description> comparator) { return new SortingRequest(this, comparator); }
84858687888990
} }); } public Request sortWith(Comparator<Description> comparator) { return new SortingRequest(this, comparator); }
154155156157158159160
107108109110111112113
* <code>comparator</code> * @param comparator definition of the order of the tests in this Request * @return a Request with ordered Tests */ public Request sortWith(Comparator<Description> comparator) { return new SortingRequest(this, comparator); }
158159160161162163164
124125126127128129130
141142143144145146147
123124125126127128129
164165166167168169170