I would like to be able to define all my suite classes into a separate
(probably parallel) package so I can organize them. My idea was to add
something like :
@RunWith(ParallelSuite.class)
@SuiteClasses("../tests/**/*.class")
public class AllTests {
}
but now the base has to be the current folder.
PS: Please, correct me if it is not right and there is a way to achieve what I
wanted.
Original issue reported on code.google.com by
rober...@gmail.comon 23 Dec 2014 at 6:06